Click or drag to resize

DataDictionaryTable Constructor (Database, DataRow, DataDictionary)

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

Construct DataDictionaryTable by reading from database

Namespace:  CSC.SC.TOPICA4.DynamicData
Assembly:  CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.37.7779.15937
Syntax
C#
public DataDictionaryTable(
	Database db,
	DataRow dr,
	DataDictionary dd
)

Parameters

db
Type: Database

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

dr
Type: System.DataDataRow

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

dd
Type: CSC.SC.TOPICA4.DynamicDataDataDictionary

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

See Also