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

IPaginatedList.IsMiddlePage Property

Is the current page a middle page (i.e. not first or last) ? Return True if the current page is not the first or last page, and more than one page exists (always returns false if only a single page exists).

[Visual Basic]
Property IsMiddlePage As 
[C#]
Boolean IsMiddlePage {get;}

See Also

IPaginatedList Interface | IBatisNet.Common.Pagination Namespace