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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public override BaseInfo CreateNewObject(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
DataRow with the data

Return Value

Type: BaseInfo
See Also