 | ExpressionsEqProperty Method |
Equals between properties.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static RelationalOpExpression EqProperty(
string propertyLeft,
string propertyRight
)
Parameters
- propertyLeft
- Type: SystemString
the name of the property providing left hand side values - propertyRight
- Type: SystemString
the name of the property providing right hand side values
Return Value
Type:
RelationalOpExpressionexpression
See Also