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

Constructor

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	unresolvedPropertyName As String, _
	streamOrPropertyName As String _
)
C#
public ExprIdentNode (
	string unresolvedPropertyName,
	string streamOrPropertyName
)
Visual C++
public:
ExprIdentNode (
	String^ unresolvedPropertyName, 
	String^ streamOrPropertyName
)

Parameters

unresolvedPropertyName
System.String
the event property name in unresolved form, ie. unvalidated against streams
streamOrPropertyName
System.String
the stream name, or if not a valid stream name a possible nested property name in one of the streams.