Suoranta.EnterpriseLib.Web - Developer API

Paged<(Of <(<'TResult>)>)> Members

The Paged<(Of <(<'TResult>)>)> type exposes the following members.

Constructors


  Name Description
Public method Paged<(Of <(<'TResult>)>)>

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetPage
Paging-based synchronous version of InvokeAllFilters.
Public method 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.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property AsyncResultSets
Result sets from GetPagesAsync
Protected property BaseResultSet
Pre-execution query "plan" without Skip/Take calls
Public property ResultsPerPage
Maximum number of rows to return per result page

Events


  Name Description
Public event NewPageEvent
Optional. Asynchronous query methods that are paging create new page events. These can hooked to external handler by assgning such to this field.