The RdsDictionaryBatchType enumeration contains types of elements batch.
It is used by the following properties and methods:
Value | Brief description |
0 | Unknown. Batch type is not specified. |
1 | Delete. Element delete batch. |
2 | Update. Element update batch. |
Unknown. To work with object of undefined type, the IRdsDictionaryBatch interface is intended.
Delete. To work with element delete batch, the IRdsDictionaryBatchDelete interface is intended.
Update. To work with element update batch, the IRdsDictionaryBatchUpdate interface is intended.
The enumeration use is given in the examples for IRdsDictionaryInstance.CreateBatch and IRdsDictionaryBatchUpdate.SetData.
See also: