Click or drag to resize
InfoObjectCollectionTInfoCreateNewObject Method
Creates new instance of the encapsulated object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public virtual TInfo CreateNewObject(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
DataRow with the data

Return Value

Type: TInfo
See Also