Click or drag to resize
IDataClassLoadData Method (DataRow)
Loads the object data from given DataRow.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
void LoadData(
	DataRow dr
)

Parameters

dr
Type: System.DataDataRow
Source data
See Also