Assembly: Db;
The IDatasetDataArrayProvider interface contains properties and methods used to work with the custom data source, the values in which are loaded from array.
IDatasetDataArrayProvider
Property name | Brief description | |
DataFields | The DataFields property returns a collection of fields for additional setup. |
Property name | Brief description | |
FieldDefs | The FieldDefs property returns the structure of a data source fields. |
Method name | Brief description | |
AttachArray | The AttachArray method loads data from an array into a data source. |
Method name | Brief description | |
AddField | The AddField method creates a field in the custom data source. |
See also: