klyn.data.PageRequest.PageRequest
constructor
public PageRequest(pageIndex as Int, pageSize as Int):
Description

Creates a paging request.

Parameters
ParameterDescription
pageIndexZero-based page index.
pageSizePositive page size.
Throws
  • ValueException for a negative index or non-positive size.
Example
request = PageRequest(2, 50)