Kentico 9.0 API Reference
Kentico 9.0 API Reference
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 (Action
WhereCondition
)
Adds the given where condition to the query. Creates a new where condition object and runs the setup actions on it.
Namespace:
CMS.DataEngine
Assembly:
CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
Copy
public
TParent
Where
(
Action
<
WhereCondition
>
condition
)
Parameters
condition
Type:
System
Action
WhereCondition
Nested where condition
Return Value
Type:
TParent
Implements
IWhereCondition
TParent
Where(Action
WhereCondition
)
See Also
Reference
WhereConditionBase
TParent
Class
Where Overload
CMS.DataEngine Namespace
Copyright (c) 2015 Kentico Software
Send comments on this topic to
support@kentico.com