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