Click or drag to resize

OuterJoinQualifierAdditionalProperties Property

Returns optional additional properties in the on-clause of the outer join.

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

Return Value

Type: IListT
pairs of properties connected via logical-and in an on-clause
See Also