Click or drag to resize
DynamicRecord Constructor (DataDictionaryTable, DataRow)

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

Construct a DynamicRecord from a DataRow

Namespace: CSC.SC.TOPICA4.DynamicData
Assembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntax
C#
public DynamicRecord(
	DataDictionaryTable dataDictionaryTable,
	DataRow dr
)

Parameters

dataDictionaryTable
Type: CSC.SC.TOPICA4.DynamicDataDataDictionaryTable

[Missing <param name="dataDictionaryTable"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.DynamicRecord.#ctor(CSC.SC.TOPICA4.DynamicData.DataDictionaryTable,System.Data.DataRow)"]

dr
Type: System.DataDataRow

[Missing <param name="dr"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.DynamicRecord.#ctor(CSC.SC.TOPICA4.DynamicData.DataDictionaryTable,System.Data.DataRow)"]

See Also