Add new call to paging controls to request rows after a given Id in an ordered set - e.g. .After(Id)

1
Voted

Some scenarios make it hard to compute the Offset/Skip. In that case you want a way to request all results ".After" (new API call) the last row you displayed. Sometimes you use cursors, sometimes you have a good identifier for the rows.

Refer to: http://www.mindscapehq.com/forums/thread/327028

Status: New