Method: OData::Query#where
- Defined in:
- lib/odata/query.rb
#where(criteria) ⇒ Object
Adds a filter criteria to the query.
23 24 25 26 |
# File 'lib/odata/query.rb', line 23 def where(criteria) criteria_set[:filter] << criteria self end |