Click or drag to resize
WhereConditionBaseTParentWhereNotLike Method (IQueryObjectWithValue, Object)
Adds the given where condition to the query. Matches the left side and right side using NOT LIKE operator.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public TParent WhereNotLike(
	IQueryObjectWithValue leftSide,
	Object rightSide
)

Parameters

leftSide
Type: CMS.DataEngineIQueryObjectWithValue
Left side
rightSide
Type: SystemObject
Right side

Return Value

Type: TParent
See Also