Paged<(Of <(<'TResult>)>)> Members
The Paged<(Of <(<'TResult>)>)> type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetPage |
Paging-based synchronous version of InvokeAllFilters.
|
|
|
GetPagesAsync |
Asynchronous version of EntityQuery.InvokeValueFilters with paging of results. Result pages
are added to instance property AsyncResultSets as they become available. Each newly available
page triggers NewPageEvent.
|
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
AsyncResultSets |
Result sets from GetPagesAsync
|
|
|
BaseResultSet |
Pre-execution query "plan" without Skip/Take calls
|
|
|
ResultsPerPage |
Maximum number of rows to return per result page
|
Events
| Name | Description | |
|---|---|---|
|
|
NewPageEvent |
Optional. Asynchronous query methods that are paging create new page events. These can hooked
to external handler by assgning such to this field.
|

