The following tables list the members exposed by EntityQueryPager<T>.
Name | Description | |
---|---|---|
![]() | EntityQueryPager<T> Constructor | Creates a pager to manage query results. |
Name | Description | |
---|---|---|
![]() | BaseQuery | The EntityQuery for which paging is managed. |
![]() | CurrentPageResults | The contents of the current page. |
![]() | IsPageChanging | Whether an asynchronous page change is in progress. |
![]() | PageIndex | Gets the zero-based index of the current page. |
![]() | PageSize | Returns the number of records requested for each page. |
![]() | SortSelector | The SortSelector which determines the order of items returned. |
![]() | TotalDataSourceItemCount | Returns the number of records available to be returned from the datasource. |
![]() | TotalItemCount | Returns the total number of items returned by the base query. |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() | MoveToFirstPage | Moves to the first page. |
![]() | MoveToFirstPageAsync | Moves to the first page. |
![]() | MoveToLastPage | Moves to the last page. |
![]() | MoveToLastPageAsync | Moves to the last page. |
![]() | MoveToNextPage | Moves to the page after the current page. |
![]() | MoveToNextPageAsync | Moves to the page after the current page. |
![]() | MoveToPage | Moves to the page at the specified index. |
![]() | MoveToPageAsync | Moves to the page at the specified index. |
![]() | MoveToPreviousPage | Moves to the page before the current page. |
![]() | MoveToPreviousPageAsync | Moves to the page before the current page. |
![]() | Reset | Resets this EntityQueryPager to the same state it was when first created. |
![]() | ToString | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |
![]() | OnPageChanged | Raises the EntityQueryPager<T>.PageChanged event. |
![]() | OnPageChanging | Raises the EntityQueryPager<T>.PageChanging event. |
![]() | OnPageFetching | Raises the EntityQueryPager<T>.PageFetching event. |
Name | Description | |
---|---|---|
![]() | PageChanged | Fired after a page changes. |
![]() | PageChanging | Fired before a page changes. |
![]() | PageFetching | Fired whenever a datasource query is about to be executed. |