InterviewSolution
Saved Bookmarks
| 1. |
How Is Paging Accomplished In Odata Query? |
|
Answer» Paging can be ACCOMPLISHED by USING $skip in COMBINATION with $top. The PARAMETERS’ VALUES describe the interval of the data that is requested. Paging can be accomplished by using $skip in combination with $top. The parameters’ values describe the interval of the data that is requested. |
|