Click or drag to resize

LikeExpression Constructor (Expression, Expression, Expression, Boolean)

Ctor.

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

Parameters

left
Type: com.espertech.esper.common.client.sodaExpression
provides the value to match
right
Type: com.espertech.esper.common.client.sodaExpression
provides the like-expression to match against
escape
Type: com.espertech.esper.common.client.sodaExpression
is the expression providing the string escape character
isNot
Type: SystemBoolean
if the like-expression is negated
See Also