Click or drag to resize
AbstractSqlGeneratorGetPKWhereCondition Method
Returns the where condition for given primary key (single or list separated by semicolon).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public virtual string GetPKWhereCondition(
	string pkName
)

Parameters

pkName
Type: SystemString
Primary key name (list)

Return Value

Type: String
See Also