Skip to main content
A newer version of this page is available. .

BetweenOperator Constructors

An operator which determines whether a criteria expression lies between the specified range of values.
Name Parameters Description
BetweenOperator() none Initializes a new instance of the BetweenOperator class with default settings.
BetweenOperator(CriteriaOperator, CriteriaOperator, CriteriaOperator) testExpression, beginExpression, endExpression Initializes a new instance of the BetweenOperator class with the specified property and the specified range of values.
BetweenOperator(String, CriteriaOperator, CriteriaOperator) testPropertyName, beginExpression, endExpression Initializes a new instance of the BetweenOperator class with the specified property and the specified range of values.
BetweenOperator(String, Object, Object) testPropertyName, beginValue, endValue Initializes a new instance of the BetweenOperator class with the specified property name and the specified range of values.
See Also