Returns list of column names which represent primary keys of the specified database table.
Returns empty list if primary keys are not found.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- tableName
- Type: System String
Database table name
Return Value
Type: List StringSee Also