RdsDictionaryBatchType

Description

The RdsDictionaryBatchType enumeration contains types of elements batch.

It is used by the following properties and methods:

Available Values

Value Brief description
0 Unknown. Batch type is not specified.
1 Delete. Element delete batch.
2 Update. Element update batch.

Comments

Example

The enumeration use is given in the examples for IRdsDictionaryInstance.CreateBatch and IRdsDictionaryBatchUpdate.SetData.

See also:

Rds Assembly Enumerations