ObjectSettingsInfo Constructor (DataRow) |
Constructor - Creates a new ObjectSettingsInfo object from the given DataRow.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public ObjectSettingsInfo(
DataRow dr
)
Parameters
- dr
- Type: System.DataDataRow
DataRow with the object data.
See Also