 | ExpressionsLe Method (String, Object) |
Less-or-equals between a property and a constant.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static RelationalOpExpression Le(
string propertyName,
Object value
)
Parameters
- propertyName
- Type: SystemString
the name of the property providing left hand side values - value
- Type: SystemObject
is the constant to compare
Return Value
Type:
RelationalOpExpressionexpression
See Also