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. |
| CustomAggregateCount static | Inherited from CriteriaOperator. |
| 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