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

IPaginatedList.NextPage Method 

Moves to the next page after the current page. If the current page is the last page, wrap to the first page.

[Visual Basic]
Function NextPage() As Boolean
[C#]
bool NextPage();

Return Value

See Also

IPaginatedList Interface | IBatisNet.Common.Pagination Namespace