 | OuterJoinQualifierCreate Method |
Creates qualifier.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static OuterJoinQualifier Create(
string propertyLeft,
OuterJoinType type,
string propertyRight
)
Parameters
- propertyLeft
- Type: SystemString
is a property name providing joined-on values - type
- Type: OuterJoinType
is the type of outer join - propertyRight
- Type: SystemString
is a property name providing joined-on values
Return Value
Type:
OuterJoinQualifierqualifier
See Also