Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
IFilter which truncates the results of another filter.

Namespace: Tangosol.Util.Filter
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public class LimitFilter : IIndexAwareFilter, 
	IEntryFilter, IFilter, IPortableObject

Remarks

This filter is a mutable object that is modified by the query processor. Clients are supposed to hold a reference to this filter and repetitively pass it to query methods after setting a desired page context.

Inheritance Hierarchy

System..::..Object
  Tangosol.Util.Filter..::..LimitFilter

See Also