update(withValues:version:)
Update the values and version to reflect new data being saved to or loaded from the external store.
Declaration
func update(withValues values: [String : Any], version: UInt64)Parameters
- values:
A dictionary containing updated values, in the same format as that described in Init(objectid:withvalues:version:).
- version:
The version number for the transaction.
Discussion
Update the values and version to reflect new data being saved to or loaded from the external store. // The values dictionary is in the same format as the initializer