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