Implemented at Statement level, so both BoundStatement and SimpleStatement can disable autopaging and continue retrieving the next page using PagingState.
Jorge Bay Gondra
December 23, 2014 at 9:44 AM
Allowing to reuse the same statement (specially prepared statements) its a must for manual paging.
Flavien Charlon
December 22, 2014 at 5:07 PM
(edited)
This looks good, as long as it is possible to reuse the same IStatement instance for every page, i.e.:
There should be a way to manually page though all the records and set autopaging of the RowSet off.
I propose something like: