DtMetabaseConsumer

Description

The DtMetabaseConsumer class implements an object that exports data into repository tables.

Comments

Object of this class can be used for direct export of data array into repository tables, and is also used to set up the Repository consumer ETL task object.

Properties Inherited from IDtMetabaseConsumer

  Property name Brief description
The CatchAddRecordException property determines behavior if the error occurs on adding the record to clipboard.
The Dataset property determines repository relational object, with which this data consumer is connected.
The KeyFieldNames property determines the list of key fields by values of which updated entries are searched.

Properties Inherited from IDtConsumer

  Property name Brief description
The CalcFieldsErrors property returns a collection of errors appeared on calculated fields calculation.

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 Inherited from IDtBulkConsumer

  Method name Brief description
The PutBulk method exports specified data packet in data consumer.

Methods Inherited from IDtConsumer

  Method name Brief description
The Clear method clears a data consumer.
The Put method records values array into the data consumer.
The PutRow method loads values row into the data consumer.
The PutProvider method exports all the values of the specified data provider into the data consumer.
The WritingRowsCount method returns the number of records written to the data consumer.

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 Classes