.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
.NET API Reference for Oracle® Coherence Community Edition
Tangosol.Util.Filter
BetweenFilter Class
BetweenFilter Constructor
BetweenFilter Constructor
BetweenFilter Constructor (String, Double, Double)
BetweenFilter Constructor (String, IComparable, IComparable)
BetweenFilter Constructor (String, Int32, Int32)
BetweenFilter Constructor (String, Int64, Int64)
BetweenFilter Constructor (String, Single, Single)
BetweenFilter Constructor (IValueExtractor, IComparable, IComparable)
BetweenFilter Constructor (String, IComparable, IComparable, Boolean, Boolean)
BetweenFilter Constructor (IValueExtractor, IComparable, IComparable, Boolean, Boolean)
BetweenFilter Constructor (IValueExtractor, IComparable, IComparable)
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct a BetweenFilter for testing "Between" condition.
Namespace:
Tangosol.Util.Filter
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
Copy
public
BetweenFilter
(
IValueExtractor
extractor
,
IComparable
from
,
IComparable
to
)
Parameters
extractor
Type:
Tangosol.Util
IValueExtractor
The
IValueExtractor
to use by this filter.
from
Type:
System
IComparable
The object to compare the "Greater or Equals" boundary with.
to
Type:
System
IComparable
The object to compare the "Less or Equals" boundary with.
See Also
Reference
BetweenFilter Class
BetweenFilter Overload
Tangosol.Util.Filter Namespace
Copyright © 2000, 2020, Oracle and/or its affiliates. All rights reserved.