Assembly: Db;
The DatasetDataArrayProvider class implements the custom data source.
Data is loaded into the custom source at execution of the AttachArray method from array. The structure of the custom source should correspond to the data containing in array.
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: