-
Notifications
You must be signed in to change notification settings - Fork 0
PagedQueryResult_TSource_
Mike King edited this page Sep 30, 2025
·
2 revisions
Paged Query Result.
public sealed class PagedQueryResult<TSource>
where TSource : class
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. |