Kentico 10 API Reference
Kentico 10 API Reference
Namespaces
CMS.DataEngine Namespaces
CMS.DataEngine
WhereConditionBase(TParent) Class
WhereConditionBase(TParent) Methods
WhereEquals Method
WhereEquals Method (String, Object)
WhereEquals Method (IQueryObjectWithValue, Object)
WhereConditionBase
TParent
WhereEquals Method (String, Object)
Adds the given where condition to the query. Matches the column to a given value.
Namespace:
CMS.DataEngine
Assembly:
CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
Copy
public
TParent
WhereEquals
(
string
columnName
,
Object
value
)
Parameters
columnName
Type:
System
String
Column name
value
Type:
System
Object
Value
Return Value
Type:
TParent
Implements
IWhereCondition
TParent
WhereEquals(String, Object)
See Also
Reference
WhereConditionBase
TParent
Class
WhereEquals Overload
CMS.DataEngine Namespace
Copyright (c) 2016 Kentico Software
Send comments on this topic to
support@kentico.com