 | ExpressionsBetweenProperty Method |
Between.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static BetweenExpression BetweenProperty(
string property,
string lowBoundaryProperty,
string highBoundaryProperty
)
Parameters
- property
- Type: SystemString
the name of the property supplying data points. - lowBoundaryProperty
- Type: SystemString
the name of the property supplying lower boundary. - highBoundaryProperty
- Type: SystemString
the name of the property supplying upper boundary.
Return Value
Type:
BetweenExpressionexpression
See Also