Click or drag to resize
IWhereCondition<TParent>.Where Method (String, 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: 9.0.0
Syntax
C#
TParent Where(
	string columnName,
	QueryUnaryOperator op
)

Parameters

columnName
Type: System.String
Column name
op
Type: CMS.DataEngine.QueryUnaryOperator
Operator

Return Value

Type: TParent
See Also