BatchType: RdsDictionaryBatchType;
The BatchType property returns batch type.
To work with batch different interfaces are used depending on the batch type. Available values:
RdsDictionaryBatchType.Unknown. Use IRdsDictionaryBatch.
RdsDictionaryBatchType.Delete. Use IRdsDictionaryBatchDelete.
RdsDictionaryBatchType.Update. Use IRdsDictionaryBatchUpdate.
The property use is given in the examples for IRdsDictionaryInstance.CreateBatch and IRdsDictionaryBatchUpdate.SetData.
See also: