Click or drag to resize
DynamicRecordCollectionDBLoad Method (DataDictionaryTable, DataTable)

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

Load data 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 void DBLoad(
	DataDictionaryTable ddt,
	DataTable dt
)

Parameters

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