[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 ( _
	not As Boolean _
)
C#
public ExprLikeNode (
	bool not
)
Visual C++
public:
ExprLikeNode (
	bool not
)

Parameters

not
System.Boolean
is true if this is a "not like", or false if just a like