DS.AdapterPopulatedRecordArray

DS.AdapterPopulatedRecordArray Class

Extends: DS.RecordArray

Defined in: addon/-private/system/record-arrays/adapter-populated-record-array.js:11

Module: ember-data

Represents an ordered list of records whose order and membership is determined by the adapter. For example, a query sent to the adapter may trigger a search on the server, whose results would be loaded into an instance of the AdapterPopulatedRecordArray.

If you want to update the array and get the latest records from the adapter, you can invoke