Click or drag to resize

ExpressionsNotLike Method (Expression, Expression, Expression)

SQL-Like negated (not like).

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static LikeExpression NotLike(
	Expression left,
	Expression right,
	Expression escape
)

Parameters

left
Type: com.espertech.esper.common.client.sodaExpression
provides value to match
right
Type: com.espertech.esper.common.client.sodaExpression
provides string to match against
escape
Type: com.espertech.esper.common.client.sodaExpression
the escape character(s)

Return Value

Type: LikeExpression
expression
See Also