Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The BetweenFilter type exposes the following members.

Properties

  NameDescription
Public propertyFilters
Obtain the IFilter array.
(Inherited from ArrayFilter.)
Public propertyIsLowerBoundInclusive
Returns true if extracted values equal to the lower bound of the range evaluate to true.
Public propertyIsUpperBoundInclusive
Returns true if extracted values equal to the upper bound of the range evaluate to true.
Public propertyLowerBound
Gets the object to representing the lower bound of the range of values that evaluate to true
Public propertyUpperBound
Gets the object to representing the upper bound of the range of values that evaluate to true
Public propertyValueExtractor
Obtain the IValueExtractor used by this filter.

See Also