IDtCustomProvider

Assembly: Dt;

Namespace: Prognoz.Platform.Interop.Dt

Description

The IDtCustomProvider interface is used to work with custom data source.

Inheritance Hierarchy

          IDtObject

          IDtCustomProvider

Comments

To get custom data provider, use the IDtUserProviderEx.CustomProvider property.

Properties

  Property name Brief description
The Eof property returns whether cursor is placed on the data provider last entry.

Properties Inherited from IDtObject

  Property name Brief description
The Active property returns data source or data consumer state.
The Fields property returns data provider/data consumer fields description.
The GetType property returns data provider/data consumer type.
The Metabase property determines the repository, in which data is imported or exported.

Methods

  Method name Brief description
The Fetch method reads the data provider current entry.
The FetchRows method reads the specified entry number from data provider and returns the number of actually read entries.
The ImplementFetchRows method returns whether the IDtCustomProvider.FetchRows method is implemented.
The ReadingRowsCount method returns the number of read rows..

Methods Inherited from IDtObject

  Method name Brief description
The ClearFields method clears fields list of the data provider or data consumer.
The Close method closes data provider or data consumer.
The FieldsFromFile method reads fields list from the source file.
The Load method loads data source or data consumer parameters from XML.
The Open method opens data provider or data consumer.
The Save method saves data source or data consumer parameters in XML format.

See also:

Dt Assembly Interfaces