SettingsKeyInfo Constructor (DataRow) |
Constructor, creates the DataClassInfo object from the given DataRow data.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public SettingsKeyInfo(
DataRow dr
)
Parameters
- dr
- Type: System.DataDataRow
Datarow with the class info data
See Also