Click or drag to resize
SimpleDataClassSelectData Method
Loads data row of the current class with specified value of column (typically ID).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual DataRow SelectData(
	string className,
	int primaryKeyValue
)

Parameters

className
Type: SystemString
Class name
primaryKeyValue
Type: SystemInt32
Primary key value

Return Value

Type: DataRow
See Also