MetaRdsLoader

Assembly: Rds;

Namespace: Prognoz.Platform.Interop.Rds;

Description

The MetaRdsLoader class implements the object used to automatically create table MDM dictionaries and load data to these dictionaries.

Fore.NET Syntax

Class to get analog of the MetaRdsLoader class:

None;

Class to get analog of the MetaRdsLoader class object:

MetaRdsLoaderClass;

Class object properties inherited from IMetaRdsLoader

  Property name Brief description
The Bindings property returns a collection of dictionary attributes' bindings to data source fields.
The Database property determines a database that will store dictionary table.
The Dictionary property determines the MDM dictionary where the data should be loaded.
The Source property determines a source for a table MDM dictionary.
The SqlSource property determines an SQL query executing which creates a data source for a table MDM dictionary.
The TableSource property determines the repository table to be used as the data source of the table MDM dictionary.

Class object methods inherited from IMetaRdsLoader

  Method name Brief description
The CreateObject method creates a new table dictionary based on specified information and the attribute bindings.
The GenerateBindingsBySource method generates parameters of dictionary attributes' bindings based on the source structure.
The Load method loads data from a source to table MDM dictionary.

See also:

Rds Assembly Classes