Suoranta.EnterpriseLib.Web - Developer API

Paged<(Of <(<'TResult>)>)>..::..GetPage Method

Paging-based synchronous version of InvokeAllFilters.

Namespace:  Suoranta.EnterpriseLib.Linq
Assembly:  Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)

Syntax


public PagedResultSet<TResult> GetPage(
	int page
)

Parameters

page
Type: Int32
Zero-based index of result page to be returned

Return Value