Click or drag to resize

PatternMatchUntilExpr Constructor (Expression)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public PatternMatchUntilExpr(
	Expression single
)

Parameters

single
Type: com.espertech.esper.common.client.sodaExpression
the single bound expression
See Also