🧑‍💻
DynamicWhere.ex
GitHubNugetTelegram
  • Getting Started
  • Change Log
  • Usage
    • Enums
    • Classes
    • Extensions
  • JSON Example
    • Condition
    • Condition Group
    • Order By
    • Page By
    • Filter
    • Segment
  • Ice Breaking
Powered by GitBook
On this page

Was this helpful?

  1. JSON Example

Page By

In this example, we specify that we want to retrieve the second page of data, with each page containing 10 items.

{
  "PageNumber": 2,
  "PageSize": 10
}
PreviousOrder ByNextFilter

Last updated 1 year ago

Was this helpful?