.netTiers
Help Wanted! If you are using .netTiers and find it as invaluable as we do, please consider giving back to the .netTiers team by helping with our effort to fully document .netTiers. To help, simply create an account and you will then be able to edit this wiki.
Official Definition:



GetPaged(int start, int pageLength, out int count)
Gets a page of rows from the DataSource.
Parameters:
startRow number at which to start reading.
pageLengthNumber of rows to return.
countNumber of rows in the DataSource.
Returns a TList of Entity objects.

Issue:
start parameter indicates "Row number at which to start reading". In fact, the start parameter indicates what page to retrieve. Supplying a row number to this parameter will return an incorrect page.


Workaround:
Before passing a value to this parameter, it is advisable to divide the desired row number by the desired page size. This will return the correct result set containing the value required.



ScrewTurn Wiki version 2.0.31.