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

IPaginatedList.PageIndex Property

Returns the current page index, which is a zero based integer. All paginated list implementations should know what index they are on, even if they don't know the ultimate boundaries (min/max)

[Visual Basic]
Property PageIndex As 
[C#]
Int32 PageIndex {get;}

See Also

IPaginatedList Interface | IBatisNet.Common.Pagination Namespace