| IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : EntityQueryPager<T> Class | 
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 | Overloaded. Moves to the first page. | 
![]()  | MoveToLastPage | Moves to the last page. | 
![]()  | MoveToLastPageAsync | Overloaded. Moves to the last page. | 
![]()  | MoveToNextPage | Moves to the page after the current page. | 
![]()  | MoveToNextPageAsync | Overloaded. Moves to the page after the current page. | 
![]()  | MoveToPage | Moves to the page at the specified index. | 
![]()  | MoveToPageAsync | Overloaded. Moves to the page at the specified index. | 
![]()  | MoveToPreviousPage | Moves to the page before the current page. | 
![]()  | MoveToPreviousPageAsync | Overloaded. 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 PageChanged event. | 
![]()  | OnPageChanging | Raises the PageChanging event. | 
![]()  | OnPageFetching | Raises the 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. |