Refresh Operation

The refresh operation of an MBO allows you to refresh the MBO state from the client database.

For example:

Customer *cust = [Customer findById:101];
cust.fname = @"newName";
[cust refresh]; // newName is discarded