| IWhereConditionTParentWhereNotLike Method | 
            Adds the given where condition to the query. Matches the column to a given value using NOT LIKE operator.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
 Syntax
SyntaxTParent WhereNotLike(
	string columnName,
	string value
)
Parameters
- columnName
- Type: SystemString
 Column name
- value
- Type: SystemString
 Value
Return Value
Type: 
TParent See Also
See Also