[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)
Enum for the type of outer join.
Namespace: net.esper.type
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration OuterJoinType |
C# |
---|
public enum OuterJoinType |
Visual C++ |
---|
public enum class OuterJoinType |
Members
Class | Description |
---|---|
FULL | Full outer join. |
LEFT | Left outer join. |
RIGHT | Right outer join. |