Click or drag to resize
DynamicRecord Constructor (Database, DataDictionaryTable, Int32)

[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 read from database, e.g. fields have values corresponding to the database record/row.

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(
	Database db,
	DataDictionaryTable dataDictionaryTable,
	int id
)

Parameters

db
Type: Database

[Missing <param name="db"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.DynamicRecord.#ctor(CSC.SC.Enterprise.DataAccess.Database,CSC.SC.TOPICA4.DynamicData.DataDictionaryTable,System.Int32)"]

dataDictionaryTable
Type: CSC.SC.TOPICA4.DynamicDataDataDictionaryTable

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

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:CSC.SC.TOPICA4.DynamicData.DynamicRecord.#ctor(CSC.SC.Enterprise.DataAccess.Database,CSC.SC.TOPICA4.DynamicData.DataDictionaryTable,System.Int32)"]

See Also