Skip to content

PagedQueryResult_TSource_

Mike King edited this page Sep 30, 2025 · 2 revisions

PagedQueryResult<TSource> Class

Paged Query Result.

public sealed class PagedQueryResult<TSource>
    where TSource : class

Type parameters

TSource

The type of the elements of the source.

Inheritance System.Object 🡒 PagedQueryResult<TSource>

Properties
Page Gets the page number.
PageCount Gets the number of pages.
PageSize Gets the page size.
RecordCount Gets the number of records.
Result Gets the result of the query.
Clone this wiki locally