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

[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.30.6239.27195
Syntax
C#
public DynamicRecord(
	DataDictionaryTable dataDictionaryTable,
	bool history
)

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

history
Type: SystemBoolean

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

See Also