Click or drag to resize
WhereConditionBaseTParentGetWhere Method (IQueryObjectWithValue, QueryOperator, Object)
Gets the where condition for the given column

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected string GetWhere(
	IQueryObjectWithValue leftSide,
	QueryOperator op,
	Object rightSide
)

Parameters

leftSide
Type: CMS.DataEngineIQueryObjectWithValue
Left side of the condition
op
Type: CMS.DataEngineQueryOperator
Operator
rightSide
Type: SystemObject
Right side of the condition

Return Value

Type: String
See Also