Click or drag to resize
IInfoDataSetGetNewObject Method
Gets new instance of the object hosted in this DataSet

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
BaseInfo GetNewObject(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
Data row with the source data

Return Value

Type: BaseInfo
See Also