Suoranta.EnterpriseLib.Web - Developer API

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

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

Syntax


public Paged(
	IQueryable<TResult> query,
	int resultsPerPage
)

Parameters

query
Type: IQueryable<(Of <(<'TResult>)>)>
resultsPerPage
Type: Int32