.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    IPagingPredicate Interface

    Namespace: Hazelcast.Query
    Assembly: Hazelcast.Net.dll

    Defines a paging predicate.

    public interface IPagingPredicate : IPredicate

    Properties

    Page

    Gets or sets the current page index

    PageSize

    Gets the page size of each iteration.

    Methods

    NextPage()

    Moves to the next page.

    PreviousPage()

    Moves to the previous page.

    Reset()

    Resets the predicate for re-use.

    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.