TableCreator

Assembly: Cubes;

Namespace: Prognoz.Platform.Interop.Cubes;

Description

The TableCreator class implements an object used for automatic creation of repository tables.

Fore.NET Syntax

Class to get analog of the TableCreator class:

None;

Class to get analog of the TableCreator class object:

TableCreatorClass;

Class object methods inherited from ITableCreator

  Property name Brief description
The Connection property determines a binding, in which the queries of tables creation and data load are executed.
The Database property determines a database, in which a table is created.
The DataRow property determines a row index in the data source, which is the starting point to load the data to the table.
The Fields property returns the collection of data source fields, based on which table fields are created.
The ObjectCreateInfo property determines description of the repository object that corresponds to the created table.
The RowCount property determines the number of data rows, which must be loaded to the created table.
The SkipEmptyRows property determines the attribute of skipping empty rows.
The Source property determines the source, based on which the table is created.

Class object methods inherited from ITableCreator

  Method name Brief description
The AddConverter method transforms values of the specified field.
The Execute method creates a table and loads data into it.

See also:

Cubes Assembly Classes