iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

IPaginatedList.GotoPage Method 

Moves to a specified page. If the specified page is beyond the last page, wrap to the first page. If the specified page is before the first page, wrap to the last page.

[Visual Basic]
Sub GotoPage( _
   ByVal Int32 As Integer _
)
[C#]
void GotoPage(
   Int32 pageIndex
);

Parameters

pageIndex
The index of the specified page.

See Also

IPaginatedList Interface | IBatisNet.Common.Pagination Namespace