Closed chandu0101 closed 8 years ago
Yes. By not passing a where filter (or any filter at all) the whole set of data for the model is used.
var userModel = reactNativeStore.model('user');
userModel.update ({/* new data */});
perfect thanks :)
Hi, In my app i am backing up client data on server while restoring i want to copy server data to client, is there any API to directly replace all rows of model, instead of remove all and then adding one by one!.