IDatasetDataProvider

Assembly: Db;

Description

The IDatasetDataProvider interface contains basic properties of data source, from which time series are loaded into database.

Inheritance Hierarchy

IDatasetDataProvider

Comments

The interface supports various data sources implemented in the Dt assembly, and also custom data sources described by the IDatasetDataArrayProvider and IDatasetDataTransformProvider interfaces.

Properties

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

See also:

Db Assembly Interfaces