Click or drag to resize
DataDictionaryEnumCollectionDBRead Method (Database, String)

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

Reads enum from database for supplied field

Namespace: CSC.SC.TOPICA4.DynamicData
Assembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntax
C#
public void DBRead(
	Database db,
	string fieldName
)

Parameters

db
Type: Database
The db.
fieldName
Type: SystemString
Name of the field.
See Also