Execute: Integer;
The Execute method executes action provided for by the batch.
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.
The method use is given in the example for IRdsDictionaryInstance.CreateBatch.
See also: