Functiondojox.data.QueryReadStore.fetchItemByIdentity

dojo.require("dojox.data.QueryReadStore");
defined in dojox/data/QueryReadStore.js

See dojo.data.api.Identity.fetchItemByIdentity() See if we have already loaded the item with that id In case there hasn't been a fetch yet, _itemsByIdentity is null and thus a fetch will be triggered below.

Usage

function (/*Object*/ keywordArgs) (view source)
parametertypedescription
keywordArgsObject