Method: OData::Query#entity_set
- Defined in:
- lib/odata/query.rb
#entity_set ⇒ OData::EntitySet
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
The EntitySet for this query.
117 118 119 |
# File 'lib/odata/query.rb', line 117 def entity_set @entity_set end |