| 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: 8.2.23
 Syntax
Syntaxpublic virtual string GetPKWhereCondition(
	string pkName
)
Parameters
- pkName
- Type: SystemString
 Primary key name (list)
Return Value
Type: 
String See Also
See Also