[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 list of group-by expressions.
Namespace: net.esper.eql.spec
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property GroupByExpressions As IList(Of ExprNode) |
C# |
---|
public IList<ExprNode> GroupByExpressions { get; } |
Visual C++ |
---|
public: property IList<ExprNode^>^ GroupByExpressions { IList<ExprNode^>^ get (); } |