Click or drag to resize

DynamicRecord Constructor (DataDictionaryTable)

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

Construct a DynamicRecord with field/column structure as specifed by DataDictionary table. The constructed record is empty, e.g. no fields have values.

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

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)"]

See Also