[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Ctor.

Namespace: net.esper.eql.expression
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	isNotBetween As Boolean _
)
C#
public ExprBetweenNode (
	bool isNotBetween
)
Visual C++
public:
ExprBetweenNode (
	bool isNotBetween
)

Parameters

isNotBetween
System.Boolean
is true to indicate this is a "not between", or false for a "between"