[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 type of outer join (left/right/full).
Namespace: net.esper.eql.spec
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable ReadOnly Property OuterJoinType As OuterJoinType |
C# |
---|
public virtual OuterJoinType OuterJoinType { get; } |
Visual C++ |
---|
public: virtual property OuterJoinType OuterJoinType { OuterJoinType get (); } |