SortOptions Properties

NReco.GraphQL Class Library Documentation

The SortOptions type exposes the following members.

Properties

  NameDescription
Public propertyDirection
Sorting key-word direction. Maybe - ASC or DESC. By default - "direction"
Public propertyEnabled
Enable sorting. By default - True
Public propertyFieldName
Sorting by field (key-word). By default - "field"
Public propertyKey
Sorting key-word. Using in queris as argument. By default - "sortBy"
Top
See Also

Reference