Click or drag to resize

ExpressionsBetweenProperty Method

Between.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public 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: BetweenExpression
expression
See Also