Click or drag to resize

OuterJoinQualifier Class

Qualifies a join by providing the outer join type (full/left/right) and joined-on properties.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaOuterJoinQualifier

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class OuterJoinQualifier

The OuterJoinQualifier type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAdditionalProperties
Returns optional additional properties in the on-clause of the outer join.
Public propertyLeft
Returns property value expression to join on.
Public propertyRight
Returns property value expression to join on.
Public propertyType
Returns the type of outer join.
Top
Methods
  NameDescription
Public methodAdd
Add additional properties to the on-clause, which are logical-and to existing properties
Public methodStatic memberCreate
Creates qualifier.
Top
See Also