Click or drag to resize
WhereConditionBaseTParentWhere 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: 13.0.131
Syntax
C#
public virtual TParent Where(
	string columnName,
	QueryUnaryOperator op
)

Parameters

columnName
Type: SystemString
Column name
op
Type: CMS.DataEngineQueryUnaryOperator
Operator

Return Value

Type: TParent

Implements

IWhereConditionTParentWhere(String, QueryUnaryOperator)
See Also