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"
}

Last updated