 | templateFieldDataTable Enumeration |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Fields for DataTable Reports
Namespace:
imbSCI.Data.enums.fields
Assembly:
imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
Members|
| Member name | Value | Description |
|---|
| data_tablename | 0 |
The data tablename - table name for display
|
| data_tabledesc | 1 |
The data tabledesc - description footnote text about the table
|
| data_tablenamedb | 2 |
The data tablenamedb - table name in db shemata
|
| data_dbname | 3 |
The data dbname - name of database
|
| data_dbhost | 4 |
The data dbhost - host domain
|
| data_dbuser | 5 |
The data dbuser - in case of database access
|
| data_rowcounttotal | 6 |
Total number of rows in DataTable
|
| data_rowcountselected | 7 |
Number of rows returned on query
|
| data_columncount | 8 |
The data columncount - DataColumn count
|
| data_dbengine | 9 |
The data dbengine - what is the engine behind the data
|
| data_tablescount | 10 |
The number of tables in the report
|
| shema_dbcount | 11 |
The data dbcount - number of databases
|
| data_query | 12 |
The data query: SQL or other query
|
| data_origin_type | 13 |
The data origin type: objectTable, singleObject, multiTables,
|
| data_origin_count | 14 |
The data origin count: how many sources are aggregated here
|
| data_aggregation_type | 15 |
The data aggregation type: what type of aggregation created this table
|
| shema_sourceinstance | 16 | |
| shema_sourcename | 17 |
The shema sourcename - instance name for collection or table name for DataTable
|
| shema_classname | 18 |
if shema derived from class - here it will contain Type.Name
|
| col_id | 19 |
The col identifier
|
| col_name | 20 |
The col name - data base name
|
| col_caption | 21 |
The col caption to display
|
| col_type | 22 |
The col Type for column data
|
| col_desc | 23 |
The col description
|
| col_rel | 24 |
The col relationship
|
| col_even | 25 |
The DataColumn is even, not odd
|
| col_imbattributes | 26 |
Imb attribute collection
|
| col_attributes | 27 |
All property attributes
|
| col_namePrefix | 28 |
The col name prefix (pre _)
|
| col_nameClean | 29 |
The col name clean (posle _)
|
| col_group | 30 | |
| col_directAppend | 31 |
The col direct append
|
| col_propertyInfo | 32 | |
| row_id | 33 |
The row identifier - ID in DataTable.rows
|
| row_even | 34 |
The row even - the row is even
|
| row_data | 35 |
The row data collection
|
| table_metarows | 36 | |
| table_metacolumns | 37 | |
| categoryPriority | 38 | |
| data_accesslist | 39 |
The data accesslist - imbDbAccess list
|
| data_table | 40 | |
| data_additional | 41 | |
| count_format | 42 | |
| columns | 43 | |
| shema_dictionary | 44 | |
| col_width | 45 | |
| col_color | 46 | |
| col_format | 47 | |
| col_priority | 48 | |
| col_pe | 49 | |
| col_spe | 50 | |
| col_expression | 51 | |
| col_letter | 52 | |
| col_unit | 53 | |
| col_alignment | 54 | |
| col_importance | 55 | |
| col_hasLinks | 56 | |
| col_hasTemplate | 57 | |
| table_extraDesc | 58 | |
| columnWidth | 59 | |
| columnWrapTag | 60 | |
| columnEncodeMode | 61 | |
| renderEmptySpace | 62 | |
| description | 63 | |
| title | 64 | |
| table_styleset | 65 | |
See Also