Method: FrOData::Query#select
- Defined in:
- lib/frodata/query.rb
#select(*properties) ⇒ self
Specify properties to select within the result.
103 104 105 106 |
# File 'lib/frodata/query.rb', line 103 def select(*properties) criteria_set[:select] += properties self end |