[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 LEFT/RIGHT/FULL OUTER JOIN-type and property name descriptor, if applicable. Returns null if regular join.
Namespace: net.esper.eql.spec
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property OuterJoinDescList As IList(Of OuterJoinDesc) |
C# |
---|
public IList<OuterJoinDesc> OuterJoinDescList { get; } |
Visual C++ |
---|
public: property IList<OuterJoinDesc^>^ OuterJoinDescList { IList<OuterJoinDesc^>^ get (); } |