Click or drag to resize

BetweenFilter Properties

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-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.
Top
See Also