DatasetDataArrayProvider

Assembly: Db;

Description

The DatasetDataArrayProvider class implements the custom data source.

Comments

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.

Class Object Properties Inherited From IDatasetDataAbstractProvider

  Property name Brief description
DataFields The DataFields property returns a collection of fields for additional setup.

Class Object Properties Inherited From IDatasetDataProvider

  Property name Brief description
FieldDefs The FieldDefs property returns the structure of a data source fields.

Class Object Methods Inherited From IDatasetDataArrayProvider

  Method name Brief description
AttachArray The AttachArray method loads data from an array into a data source.

Class Object Methods Inherited From IDatasetDataAbstractProvider

  Method name Brief description
AddField The AddField method creates a field in the custom data source.

See also:

Db Assembly Classes