[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 associated table.
Namespace: net.esper.eql.join.exec
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property EventIndex As UnindexedEventTable |
C# |
---|
public UnindexedEventTable EventIndex { get; } |
Visual C++ |
---|
public: property UnindexedEventTable^ EventIndex { UnindexedEventTable^ get (); } |