🧑‍💻
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

Order By

This JSON example represents an ordering configuration where we want to sort the data by the "ProductName" field in ascending order.

{
  "Sort": 1,
  "Field": "ProductName",
  "Direction": "Ascending"
}
PreviousCondition GroupNextPage By

Last updated 1 year ago

Was this helpful?