Click or drag to resize
AbstractInfoTInfoNew Method (DataRow, String)
Creates new object of the given class

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
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: TInfo
See Also