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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static TInfo New(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
Data row with the data

Return Value

Type: TInfo
See Also