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

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

Parameters

primaryKeyValue
Type: SystemInt32
Primary key value
See Also