 | 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
Syntaxpublic 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:
OuterJoinQualifierouter join qualifier
See Also