Class DS.AdapterPopulatedRecordArray
Extends:
DS.RecordArray
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
.