Click or drag to resize

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
C#
public enum templateFieldDataTable
Request Example View Source
Members
  Member nameValueDescription
data_tablename0 The data tablename - table name for display
data_tabledesc1 The data tabledesc - description footnote text about the table
data_tablenamedb2 The data tablenamedb - table name in db shemata
data_dbname3 The data dbname - name of database
data_dbhost4 The data dbhost - host domain
data_dbuser5 The data dbuser - in case of database access
data_rowcounttotal6 Total number of rows in DataTable
data_rowcountselected7 Number of rows returned on query
data_columncount8 The data columncount - DataColumn count
data_dbengine9 The data dbengine - what is the engine behind the data
data_tablescount10 The number of tables in the report
shema_dbcount11 The data dbcount - number of databases
data_query12 The data query: SQL or other query
data_origin_type13 The data origin type: objectTable, singleObject, multiTables,
data_origin_count14 The data origin count: how many sources are aggregated here
data_aggregation_type15 The data aggregation type: what type of aggregation created this table
shema_sourceinstance16
shema_sourcename17 The shema sourcename - instance name for collection or table name for DataTable
shema_classname18 if shema derived from class - here it will contain Type.Name
col_id19 The col identifier
col_name20 The col name - data base name
col_caption21 The col caption to display
col_type22 The col Type for column data
col_desc23 The col description
col_rel24 The col relationship
col_even25 The DataColumn is even, not odd
col_imbattributes26 Imb attribute collection
col_attributes27 All property attributes
col_namePrefix28 The col name prefix (pre _)
col_nameClean29 The col name clean (posle _)
col_group30
col_directAppend31 The col direct append
col_propertyInfo32
row_id33 The row identifier - ID in DataTable.rows
row_even34 The row even - the row is even
row_data35 The row data collection
table_metarows36
table_metacolumns37
categoryPriority38
data_accesslist39 The data accesslist - imbDbAccess list
data_table40
data_additional41
count_format42
columns43
shema_dictionary44
col_width45
col_color46
col_format47
col_priority48
col_pe49
col_spe50
col_expression51
col_letter52
col_unit53
col_alignment54
col_importance55
col_hasLinks56
col_hasTemplate57
table_extraDesc58
columnWidth59
columnWrapTag60
columnEncodeMode61
renderEmptySpace62
description63
title64
table_styleset65
See Also