[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 event property stream numbers and names that uniquely identify which
property is from whcih stream, and the name of each.
Namespace: net.esper.eql.expression
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property ExprProperties As IList(Of Pair(Of Integer, String)) |
C# |
---|
public IList<Pair<int, string>> ExprProperties { get; } |
Visual C++ |
---|
public: property IList<Pair<int, String^>^>^ ExprProperties { IList<Pair<int, String^>^>^ get (); } |