Assembly: Rds;
Namespace: Prognoz.Platform.Interop.Rds;
The IRdsDictionaryBatchUpdate interface is used to work with a batch, which elements should be updated.
IRdsDictionaryBatchUpdate
Use the IRdsDictionaryInstance.CreateBatch method to create a batch. Then cast the received basic interface to this interface.
| 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. |
| Method name | Brief description | |
| The SetData method sets data to be updated. |
| Method name | Brief description | |
| The Execute method executes action provided for by the batch. |
See also: