Click or drag to resize

DataDictionaryField Constructor (Database, DataRow)

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

Construct field, reading from DataRow

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

Parameters

db
Type: Database

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

dr
Type: System.DataDataRow

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

See Also