Click or drag to resize
SimpleDataClassLoadData Method (Int32)
Loads the object data by the given primary key value

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public virtual void LoadData(
	int primaryKeyValue
)

Parameters

primaryKeyValue
Type: SystemInt32
Primary key value

Implements

IDataClassLoadData(Int32)
See Also