[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

ClassDescription
FULL
Full outer join.

LEFT
Left outer join.

RIGHT
Right outer join.