Click or drag to resize

OuterJoinQualifier Constructor (OuterJoinType, PropertyValueExpression, PropertyValueExpression)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public OuterJoinQualifier(
	OuterJoinType type,
	PropertyValueExpression left,
	PropertyValueExpression right
)

Parameters

type
Type: OuterJoinType
is the type of outer join
left
Type: com.espertech.esper.common.client.sodaPropertyValueExpression
is a property providing joined-on values
right
Type: com.espertech.esper.common.client.sodaPropertyValueExpression
is a property providing joined-on values
See Also