IRdsDictionaryBatchUpdate

Assembly: Rds;

Description

The IRdsDictionaryBatchUpdate interface is used to work with a batch, which elements should be updated.

Inheritance hierarchy

          IRdsDictionaryBatch

          IRdsDictionaryBatchUpdate

Comments

Use the IRdsDictionaryInstance.CreateBatch method to create a batch. Then cast the received basic interface to this interface.

Properties inherited from IRdsDictionaryBatch

  Property name Brief description
The BatchType property returns batch type.
The Callback property determines a handler of exceptions that appear during batch execution.
The Count property returns number of elements, to which actions were applied.
The Dictionary property returns data of a dictionary, which elements form a batch.
The Filter property returns a collection of filters, by which elements are selected for a batch.

Methods

  Method name Brief description
The SetData method sets data to be updated.

Methods inherited from IRdsDictionaryBatch

  Method name Brief description
The Execute method executes action provided for by the batch.

See also:

Rds Assembly Interfaces