AbstractInfoBaseTInfo Constructor (ObjectTypeInfo, DataRow) |
Constructor - Initializes the type dependent values.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax protected AbstractInfoBase(
ObjectTypeInfo typeInfo,
DataRow dr
)
Parameters
- typeInfo
- Type: CMS.DataEngineObjectTypeInfo
Type information - dr
- Type: System.DataDataRow
DataRow with the source data
See Also