AbstractSqlGeneratorGetPKWhereCondition Method |
Returns the where condition for given primary key (single or list separated by semicolon).
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax public virtual string GetPKWhereCondition(
string pkName
)
Parameters
- pkName
- Type: SystemString
Primary key name (list)
Return Value
Type:
StringSee Also