Click or drag to resize

ExpressionsNotLike Method (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
)

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

Return Value

Type: LikeExpression
expression
See Also