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

IPaginatedList Methods

The methods of the IPaginatedList interface are listed below. For a complete list of IPaginatedList interface members, see the IPaginatedList Members topic.

Public Instance Methods

GotoPage 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.
NextPage Moves to the next page after the current page. If the current page is the last page, wrap to the first page.
PreviousPage Moves to the page before the current page. If the current page is the first page, wrap to the last page.

See Also

IPaginatedList Interface | IBatisNet.Common.Pagination Namespace