Kentico 11 API Reference
Kentico 11 API Reference
Namespaces
CMS.DataEngine 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: 11.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) 2017 Kentico Software
Send comments on this topic to
support@kentico.com