DatasetDataArrayProvider

Assembly: Db;

Namespace: Prognoz.Platform.Interop.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.

Fore.NET Syntax

Class to get an analog of the DatasetDataArrayProvider class:

None

Class to get an analog of the DatasetDataArrayProvider class object:

DatasetDataArrayProviderClass;

Class object properties inherited from IDatasetDataAbstractProvider

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

Class object properties inherited from IDatasetDataProvider

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

Methods of the class object 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