Click or drag to resize

OuterJoinQualifier Constructor (OuterJoinType, PropertyValueExpression, PropertyValueExpression, List)

Initializes a new instance of the OuterJoinQualifier class

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,
	List additionalProperties
)

Parameters

type
Type: OuterJoinType

[Missing <param name="type"/> documentation for "M:com.espertech.esper.common.client.soda.OuterJoinQualifier.#ctor(com.espertech.esper.common.internal.type.OuterJoinType,com.espertech.esper.common.client.soda.PropertyValueExpression,com.espertech.esper.common.client.soda.PropertyValueExpression,System.Collections.Generic.List`1)"]

left
Type: com.espertech.esper.common.client.sodaPropertyValueExpression

[Missing <param name="left"/> documentation for "M:com.espertech.esper.common.client.soda.OuterJoinQualifier.#ctor(com.espertech.esper.common.internal.type.OuterJoinType,com.espertech.esper.common.client.soda.PropertyValueExpression,com.espertech.esper.common.client.soda.PropertyValueExpression,System.Collections.Generic.List`1)"]

right
Type: com.espertech.esper.common.client.sodaPropertyValueExpression

[Missing <param name="right"/> documentation for "M:com.espertech.esper.common.client.soda.OuterJoinQualifier.#ctor(com.espertech.esper.common.internal.type.OuterJoinType,com.espertech.esper.common.client.soda.PropertyValueExpression,com.espertech.esper.common.client.soda.PropertyValueExpression,System.Collections.Generic.List`1)"]

additionalProperties
Type: System.Collections.GenericListT

[Missing <param name="additionalProperties"/> documentation for "M:com.espertech.esper.common.client.soda.OuterJoinQualifier.#ctor(com.espertech.esper.common.internal.type.OuterJoinType,com.espertech.esper.common.client.soda.PropertyValueExpression,com.espertech.esper.common.client.soda.PropertyValueExpression,System.Collections.Generic.List`1)"]

See Also