TranslationHelperGetRecord Method (String, Int32) |
Gets the record by ID.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public DataRow GetRecord(
string objectType,
int id
)
Parameters
- objectType
- Type: SystemString
Object type - id
- Type: SystemInt32
ID
Return Value
Type:
DataRowSee Also