dojox.data.SnapLogicStore.fetch
dojo.require("dojox.data.SnapLogicStore");
defined in dojox/data/SnapLogicStore.js
See dojo.data.api.Read.close()
Usage
function (/*Object*/ request) (view source)
parameter | type | description |
---|---|---|
request | Object | See dojo.data.api.Read.close() for generic interface. In addition to the standard Read API fetch support, this store supports an optimization for for retrieving the total count of records in the Pipeline without retrieving the data. To use this optimization, simply provide an onBegin handler without an onItem or onComplete handler. |