Assembly: Cubes;
The TableCreator class implements an object used for automatic creation of repository tables.
Property name | Brief description | |
Connection | The Connection property determines a binding, in which the queries of tables creation and data load are executed. | |
Database | The Database property determines a database, in which a table is created. | |
DataRow | The DataRow property determines a row index in the data source, which is the starting point to load the data to the table. | |
Fields | The Fields property returns the collection of data source fields, based on which table fields are created. | |
ObjectCreateInfo | The ObjectCreateInfo property determines description of the repository object that corresponds to the created table. | |
RowCount | The RowCount property determines the number of data rows, which must be loaded to the created table. | |
SkipEmptyRows | The SkipEmptyRows property determines the attribute of skipping empty rows. | |
Source | The Source property determines the source, based on which the table is created. |
Method name | Brief description | |
AddConverter | The AddConverter method transforms values of the specified field. | |
Execute | The Execute method creates a table and loads data into it. |
See also: