Method: OData::Query#order_by
- Defined in:
- lib/odata/query.rb
#order_by(*properties) ⇒ self
Specify properties to order the result by.
42 43 44 45 |
# File 'lib/odata/query.rb', line 42 def order_by(*properties) criteria_set[:orderby] += properties self end |