Click or drag to resize
SpecialFunctionsCopyOriginalDataToDataRow Method
Copies original data for the changed columns from the given DataClass to the given DataRow.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static void CopyOriginalDataToDataRow(
	IAdvancedDataContainer dc,
	DataRow dr
)

Parameters

dc
Type: CMS.BaseIAdvancedDataContainer
Source DataClass
dr
Type: System.DataDataRow
Target DataRow
See Also