Click or drag to resize
WhereConditionBaseTParentWhere Method (IQueryObjectWithValue, QueryOperator, Object)
Adds the given where condition to the query. Matches the column to a given value.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public TParent Where(
	IQueryObjectWithValue leftSide,
	QueryOperator op,
	Object rightSide
)

Parameters

leftSide
Type: CMS.DataEngineIQueryObjectWithValue
Column name
op
Type: CMS.DataEngineQueryOperator
Operator
rightSide
Type: SystemObject
Value

Return Value

Type: TParent
See Also