Click or drag to resize
DynamicRecordCollection Constructor (DataDictionaryTable, DataTable)

[This is preliminary documentation and is subject to change.]

Construct collection from DataTable

Namespace: CSC.SC.TOPICA4.DynamicData
Assembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntax
C#
public DynamicRecordCollection(
	DataDictionaryTable ddt,
	DataTable dt
)

Parameters

ddt
Type: CSC.SC.TOPICA4.DynamicDataDataDictionaryTable
dt
Type: System.DataDataTable
See Also