The Query class property PageIndex seems to be a one based list and the DB.Select.... .Paged(pageIndex, pageSize) method seems to be zero based. It would be great if we could have consistency between these as although I prefer the new format, occasionally I will use the Query class for more complex queries...