[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 ( _
	value As Object _
)
C#
public ExprConstantNode (
	Object value
)
Visual C++
public:
ExprConstantNode (
	Object^ value
)

Parameters

value
System.Object
is the constant's value.