Click or drag to resize

DataRowMetaDefinition Constructor (DataRowInReportTypeEnum, templateFieldDataTable)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the DataRowMetaDefinition class

Namespace:  imbSCI.DataComplex.tables
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public DataRowMetaDefinition(
	DataRowInReportTypeEnum __rowType,
	templateFieldDataTable __cellDataSource
)
Request Example View Source

Parameters

__rowType
Type: imbSCI.Core.extensions.tableDataRowInReportTypeEnum
__cellDataSource
Type: imbSCI.Data.enums.fieldstemplateFieldDataTable
See Also