Click or drag to resize
WhereConditionBaseTParentWhere Method (IQueryObjectWithValue, QueryUnaryOperator)
Adds the given where condition to the query. Matches the column value with an unary operator.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public TParent Where(
	IQueryObjectWithValue expression,
	QueryUnaryOperator op
)

Parameters

expression
Type: CMS.DataEngineIQueryObjectWithValue
Expression
op
Type: CMS.DataEngineQueryUnaryOperator
Operator

Return Value

Type: TParent
See Also