Click or drag to resize

FromClauseOuterJoinQualifiers Property

Returns the outer join descriptors, if this is an outer join, or an empty list if none of the streams are outer joined.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public IList OuterJoinQualifiers { get; set; }

Return Value

Type: IListT
list of outer join qualifiers
See Also