Skip to content

rework GetPageCountAsync as an extension method #18

@adamfoneil

Description

@adamfoneil

public async Task<int> GetPageCountAsync(IDbConnection connection, int newPageSize = 0)

This would make it work with any Query<T>. As it is, you have to use PageableQuery<T> as base type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions