Click or drag to resize

OuterJoinQualifierAdd Method

Add additional properties to the on-clause, which are logical-and to existing properties

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

Parameters

propertyLeft
Type: SystemString
property providing joined-on value
propertyRight
Type: SystemString
property providing joined-on value

Return Value

Type: OuterJoinQualifier
outer join qualifier
See Also