DataDictionaryEnumCollectionDBRead Method (Database, String) |
[This is preliminary documentation and is subject to change.]
Reads enum from database for supplied field
Namespace: CSC.SC.TOPICA4.DynamicDataAssembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntaxpublic void DBRead(
Database db,
string fieldName
)
Parameters
- db
- Type: Database
The db. - fieldName
- Type: SystemString
Name of the field.
See Also