DataSetTableRecords Object (IDataSetTableRecords Interface)
This object represents the collection of records (rows) stored in the data set table.
Properties
| Name | Type | Description |
|---|---|---|
| Count | Integer, read-only | Stores the number of elements in the collection. |
| Element | DataSetTableRecord, read-only | Provides access to a single element of the collection. |
Methods
| Name | Description |
|---|---|
| AddNew | Adds a new record to the data set. |
| Commit | Commits all the changes you made to the records since the previous commit. The changes will be finally saved to the Document Definition only after the CheckIn method call. |
| DeleteAll | Removes all the elements from the collection. |
| DeleteAt | Removes an element from the collection. |
| Item | Provides access to a single element of the collection. |
| LookUp | Searches the data set. |
| UpdateFromDB | Resets table records to the state of the remote database. |
Related objects

Samples
This object is used in the following code samples: Invoices Processing and Training.
See also
8/15/2023 1:19:30 PM