.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    Page Method

    Page(int)

    Paginates results.

    Declaration
    public static IPagingPredicate Page(int pageSize)
    Parameters
    int pageSize

    The size of a page.

    Returns
    IPagingPredicate

    A new predicate.

    Page(int, IComparer<KeyValuePair<object, object>>)

    Paginates results.

    Declaration
    public static IPagingPredicate Page(int pageSize, IComparer<KeyValuePair<object, object>> comparer)
    Parameters
    int pageSize

    The size of a page.

    IComparer<KeyValuePair<object, object>> comparer

    A comparer used to order results.

    Returns
    IPagingPredicate

    A new predicate.

    Page(int, IPredicate)

    Paginates results of a predicate.

    Declaration
    public static IPagingPredicate Page(int pageSize, IPredicate predicate)
    Parameters
    int pageSize

    The size of a page.

    IPredicate predicate

    The predicate.

    Returns
    IPagingPredicate

    A new predicate.

    Page(int, IPredicate, IComparer<KeyValuePair<object, object>>)

    Paginates results of a predicate.

    Declaration
    public static IPagingPredicate Page(int pageSize, IPredicate predicate, IComparer<KeyValuePair<object, object>> comparer)
    Parameters
    int pageSize

    The size of a page.

    IPredicate predicate

    The predicate.

    IComparer<KeyValuePair<object, object>> comparer

    A comparer used to order results.

    Returns
    IPagingPredicate

    A new predicate.

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