Click or drag to resize

LikeExpression Constructor (Expression, Expression, Expression)

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
)

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
See Also