DataSets Object (IDataSets Interface)
This object represents a collection of data sets.
Properties
| Name | Type | Description |
|---|---|---|
| Count | Integer, read-only | Stores the number of elements in the collection. |
| Element | DataSet, read-only | Provides access to a single element of the collection. |
Methods
| Name | Description |
|---|---|
| AddNew | Adds a new data set with the specified name. |
| AddNewAdoSource | Adds a new data set connected to an ADO.NET data source. |
| DeleteAll | Removes all the elements from the collection. |
| Delete | Removes an element from the collection. |
| Find | Finds the data set by its name and the name of the section. |
| Item | Provides access to a single element of the collection. |
Related objects

Samples
This object is used in the following code samples: Invoices Processing and Training.
See also
15.08.2023 13:19:30