IRdsDictionaryBatch.Execute

Syntax

Execute: Integer;

Description

The Execute method executes action provided for by the batch.

Comments

After executing the method returns the number of processed batch elements. The number of elements, to which the action was applied, is returned in the IRdsDictionaryBatch.Count property.

The action executed on the batch elements depends on the batch type. The batch type is returned by the IRdsDictionaryBatch.BatchType property.

Example

The method use is given in the example for IRdsDictionaryInstance.CreateBatch.

See also:

IRdsDictionaryBatch