Refresh Operation

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

For example:

Customer cust = Customer.FindByPrimaryKey(101);
cust.Fname = "newName";
cust.Refresh();// newName is discarded