[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Returns right hand identifier node.
Namespace: net.esper.eql.spec
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property RightNode As ExprIdentNode |
C# |
---|
public virtual ExprIdentNode RightNode { get; } |
Visual C++ |
---|
public: virtual property ExprIdentNode^ RightNode { ExprIdentNode^ get (); } |