IPagingPredicate Interface
Namespace: Hazelcast.Query
Assembly: Hazelcast.Net.dll
Defines a paging predicate.
public interface IPagingPredicate : IPredicate
  Properties
| Name | Description | 
|---|---|
| Page | Gets or sets the current page index  | 
      
| PageSize | Gets the page size of each iteration.  | 
      
Methods
| Name | Description | 
|---|---|
| NextPage() | Moves to the next page.  | 
      
| PreviousPage() | Moves to the previous page.  | 
      
| Reset() | Resets the predicate for re-use.  |