BetweenOperator Properties
The operator that determines whether the value lies in the specified value range.| Name | Description |
|---|---|
| BeginExpression | Gets or sets the expression that specifies the lowest value in the range. |
| CustomFunctionCount static | Returns the number of registered custom functions. Inherited from CriteriaOperator. |
| EndExpression | Gets or sets the expression that specifies the highest value in the range. |
| LeftOperand | Obsolete. The property is obsolete. Gets or sets the expression that specifies the lowest value in the range. |
| Property | Obsolete. The property is obsolete. Gets or sets the expression that specifies the value to test. |
| RightOperand | Obsolete. The property is obsolete. Gets or sets the expression that specifies the highest value in the range. |
| TestExpression | Gets or sets the expression that specifies a value to test for being in the range. |
See Also