Click or drag to resize
SimpleDataClassLoadMissingData Method
Loads the missing object data from given DataRow.

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

Parameters

dr
Type: System.DataDataRow
Source data
See Also