IRdsDictionaryBatch.BatchType

Fore Syntax

BatchType: RdsDictionaryBatchType;

Fore.NET Syntax

BatchType: Prognoz.Platform.Interop.Rds.RdsDictionaryBatchType;

Description

The BatchType property returns batch type.

Comments

To work with batch different interfaces are used depending on the batch type. Available values:

Fore and Fore.NET Examples

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

See also:

IRdsDictionaryBatch