DevForce Help Reference
EntityQueryPager<T> Class Members
Properties  Methods  Events


The following tables list the members exposed by EntityQueryPager<T>.

Public Constructors
 NameDescription
Public ConstructorEntityQueryPager<T> Constructor Creates a pager to manage query results.  
Top
Public Properties
 NameDescription
Public PropertyBaseQuery The EntityQuery for which paging is managed.  
Public PropertyCurrentPageResults The contents of the current page.  
Public PropertyIsPageChanging Whether an asynchronous page change is in progress.  
Public PropertyPageIndex Gets the zero-based index of the current page.  
Public PropertyPageSize Returns the number of records requested for each page.  
Public PropertySortSelector The SortSelector which determines the order of items returned.  
Public PropertyTotalDataSourceItemCount Returns the number of records available to be returned from the datasource.  
Public PropertyTotalItemCount Returns the total number of items returned by the base query.  
Top
Public Methods
 NameDescription
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodMoveToFirstPage Moves to the first page.  
Public MethodMoveToFirstPageAsyncOverloaded.  Moves to the first page.  
Public MethodMoveToLastPage Moves to the last page.  
Public MethodMoveToLastPageAsyncOverloaded.  Moves to the last page.  
Public MethodMoveToNextPage Moves to the page after the current page.  
Public MethodMoveToNextPageAsyncOverloaded.  Moves to the page after the current page.  
Public MethodMoveToPage Moves to the page at the specified index.  
Public MethodMoveToPageAsyncOverloaded.  Moves to the page at the specified index.  
Public MethodMoveToPreviousPage Moves to the page before the current page.  
Public MethodMoveToPreviousPageAsyncOverloaded.  Moves to the page before the current page.  
Public MethodReset Resets this EntityQueryPager to the same state it was when first created.  
Public MethodToString (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Protected MethodOnPageChangedRaises the PageChanged event.  
Protected MethodOnPageChangingRaises the PageChanging event.  
Protected MethodOnPageFetchingRaises the PageFetching event.  
Top
Public Events
 NameDescription
Public EventPageChanged Fired after a page changes.  
Public EventPageChanging Fired before a page changes.  
Public EventPageFetching Fired whenever a datasource query is about to be executed.  
Top
See Also

Reference

EntityQueryPager<T> Class
IdeaBlade.EntityModel Namespace

Send Feedback