Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
The BetweenFilter type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Filters |
Obtain the IFilter array.
(Inherited from ArrayFilter.) | |
| IsLowerBoundInclusive |
Returns true if extracted values equal to the lower bound of the range evaluate to true.
| |
| IsUpperBoundInclusive |
Returns true if extracted values equal to the upper bound of the range evaluate to true.
| |
| LowerBound |
Gets the object to representing the lower bound of the range
of values that evaluate to true
| |
| UpperBound |
Gets the object to representing the upper bound of the range
of values that evaluate to true
| |
| ValueExtractor |
Obtain the IValueExtractor used by this filter.
|