refresh
Returns
Arguments
Examples
var user = storage.getVar("UserSession");
ormService.refresh( user );
var users = [user1,user2,user3];
ormService.refresh( users );Last updated
Was this helpful?
var user = storage.getVar("UserSession");
ormService.refresh( user );
var users = [user1,user2,user3];
ormService.refresh( users );Last updated
Was this helpful?
Was this helpful?