Kentico 11 API Reference
Kentico 11 API Reference
Namespaces
CMS.DataEngine Namespaces
CMS.DataEngine
WhereConditionBase(TParent) Class
WhereConditionBase(TParent) Methods
Where Method
Where Method (IWhereCondition[])
Where Method (Action(WhereCondition))
Where Method (String, QueryDataParameters)
Where Method (String, QueryUnaryOperator)
Where Method (IQueryObjectWithValue, QueryUnaryOperator)
Where Method (String, QueryOperator, Object)
Where Method (IQueryObjectWithValue, QueryOperator, Object)
WhereConditionBase
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: 11.0.0
Syntax
C#
Copy
public
TParent
Where
(
string
columnName
,
QueryUnaryOperator
op
)
Parameters
columnName
Type:
System
String
Column name
op
Type:
CMS.DataEngine
QueryUnaryOperator
Operator
Return Value
Type:
TParent
Implements
IWhereCondition
TParent
Where(String, QueryUnaryOperator)
See Also
Reference
WhereConditionBase
TParent
Class
Where Overload
CMS.DataEngine Namespace
Copyright (c) 2017 Kentico Software
Send comments on this topic to
support@kentico.com