Click or drag to resize
IWhereConditionTParentWhereNotLike Method
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: 10.0.0
Syntax
C#
TParent WhereNotLike(
	string columnName,
	string value
)

Parameters

columnName
Type: SystemString
Column name
value
Type: SystemString
Value

Return Value

Type: TParent
See Also