Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
System..::.Object
Tangosol.Util.Filter..::.ExtractorFilter
Tangosol.Util.Filter..::.ComparisonFilter
Tangosol.Util.Filter..::.LessEqualsFilter
E22844-03
IFilter which compares the result of a member
invocation with a value for "Less or Equals" condition.
Namespace:
Tangosol.Util.FilterAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public class LessEqualsFilter : ComparisonFilter, IIndexAwareFilter, IEntryFilter, IFilter |
Remarks
In a case when either result of a member invocation or a value to
compare are equal to null, the Evaluate test yields
false. This approach is equivalent to the way the null
values are handled by SQL.
Inheritance Hierarchy
Tangosol.Util.Filter..::.ExtractorFilter
Tangosol.Util.Filter..::.ComparisonFilter
Tangosol.Util.Filter..::.LessEqualsFilter