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

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

Parameters

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

Return Value

Type: TInfo
See Also