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

IPaginatedList.PreviousPage Method 

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

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

Return Value

See Also

IPaginatedList Interface | IBatisNet.Common.Pagination Namespace