SimpleDataClassSelectData Method |
Loads data row of the current class with specified value of column (typically ID).
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax protected virtual DataRow SelectData(
string className,
int primaryKeyValue
)
Parameters
- className
- Type: SystemString
Class name - primaryKeyValue
- Type: SystemInt32
Primary key value
Return Value
Type:
DataRowSee Also