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

BetweenOperator Properties

An operator which determines whether a criteria expression lies between the specified range of values.
Name Description
BeginExpression Gets the expression for the first operand.
CustomFunctionCount static Returns the number of custom functions registered in an application via the CriteriaOperator.RegisterCustomFunction and CriteriaOperator.RegisterCustomFunctions method calls. Inherited from CriteriaOperator.
EndExpression Gets the expression for the second operand.
LeftOperand Obsolete. Gets the expression for the first (left) operand.
Property Obsolete. Gets or sets the test expression.
RightOperand Obsolete. Gets the expression for the second (right) operand.
TestExpression Gets or sets the test expression.
See Also