[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, _
	optionalAsName As String _
)
C#
public SelectExprElementUnnamedSpec (
	ExprNode selectExpression,
	string optionalAsName
)
Visual C++
public:
SelectExprElementUnnamedSpec (
	ExprNode^ selectExpression, 
	String^ optionalAsName
)

Parameters

selectExpression
net.esper.eql.expression.ExprNode
the expression node to evaluate for matching events
optionalAsName
System.String
the name of the item, null if not name supplied