Click or drag to resize
SpecialFunctionsCopyDataToDataRow Method
Copies data from the given DataClass to the given DataRow.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static void CopyDataToDataRow(
	IDataContainer dc,
	DataRow dr
)

Parameters

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