Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.DataEngine Namespaces
CMS.DataEngine
IWhereCondition(TParent) Interface
IWhereCondition(TParent) Methods
And Method
NewWhere Method
NoResults Method
Or Method
Where Method
WhereContains Method
WhereEmpty Method
WhereEquals Method
WhereEqualsOrNull Method
WhereExists Method
WhereFalse Method
WhereID Method
WhereIn Method
WhereLike Method
WhereNot Method
WhereNotContains Method
WhereNotEmpty Method
WhereNotExists Method
WhereNotIn Method
WhereNotLike Method
WhereNotNull Method
WhereNotStartsWith Method
WhereNull Method
WhereStartsWith Method
WhereTrue Method
IWhereCondition
TParent
WhereLike Method
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: 12.0.0
Syntax
C#
Copy
TParent
WhereLike
(
string
columnName
,
string
value
)
Parameters
columnName
Type:
System
String
Column name
value
Type:
System
String
Value
Return Value
Type:
TParent
See Also
Reference
IWhereCondition
TParent
Interface
CMS.DataEngine Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com