[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 the list of order-by expression as specified in the ORDER BY clause.
Namespace: net.esper.eql.spec
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property OrderByList As IList(Of Pair(Of ExprNode, Boolean)) |
C# |
---|
public IList<Pair<ExprNode, bool>> OrderByList { get; } |
Visual C++ |
---|
public: property IList<Pair<ExprNode^, bool>^>^ OrderByList { IList<Pair<ExprNode^, bool>^>^ get (); } |