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

PaginatedList.GotoPage Method 

[Visual Basic]
NotOverridable Public Sub GotoPage( _
   ByVal Int32 As Integer _
) _
    Implements IPaginatedList.
[C#]
public void GotoPage(
   Int32 pageIndex
);

Parameters

pageIndex

Implements

IPaginatedList.

See Also

PaginatedList Class | IBatisNet.DataMapper.MappedStatements Namespace