Walkthrough Generated Code Get Paged List
BasicCRUD Part 2
Last updated
BasicCRUD Part 2
Last updated
Now let us walk through the generated code for the GetPagedList. Lets look at the output api model.
The GetPagedList is the same as the GetList. The only difference is it does the paging for you on the server-side.
So this is the only difference the query executes and whatever the query result is there it appends the paging algorithm to the query so that you get the query from the server-side itself.