[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.spec
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	selectExpression As ExprNode, _
	assignedName As String _
)
C#
public SelectExprElementNamedSpec (
	ExprNode selectExpression,
	string assignedName
)
Visual C++
public:
SelectExprElementNamedSpec (
	ExprNode^ selectExpression, 
	String^ assignedName
)

Parameters

selectExpression
net.esper.eql.expression.ExprNode
the expression node to evaluate for matching events
assignedName
System.String
cannot be null as a name is always assigned or system-determined