ComparisonValueExtractor Constructor (String, String) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct a ComparisonValueExtractor based on two member
names.
Namespace:
Tangosol.Util.Extractor
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic ComparisonValueExtractor(
string member1,
string member2
)
Parameters
- member1
- Type: SystemString
The name of the first member to invoke via reflection.
- member2
- Type: SystemString
The name of the second member to invoke via reflection.
Remarks
Note: values returned by both methods must be
IComparable.
See Also