Click or drag to resize

FromClauseAdd Method (OuterJoinQualifier)

Adds an outer join descriptor that defines how the streams are related via outer joins.

For joining N streams, add N-1 outer join qualifiers.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public FromClause Add(
	OuterJoinQualifier outerJoinQualifier
)

Parameters

outerJoinQualifier
Type: com.espertech.esper.common.client.sodaOuterJoinQualifier
is the type of outer join and the fields in the outer join

Return Value

Type: FromClause
from clause
See Also