AbstractInfoTInfoNew Method (DataRow, String) |
Creates new object of the given class
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static TInfo New(
DataRow dr,
string objectType = null
)
Parameters
- dr
- Type: System.DataDataRow
Data row with the data - objectType (Optional)
- Type: SystemString
Object type
Return Value
Type:
TInfoSee Also