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