Contents

NSMergePolicyType.mergeByPropertyObjectTrumpMergePolicyType

A property-based merge policy that applies in-memory changes.

Declaration

case mergeByPropertyObjectTrumpMergePolicyType

Mentioned in

Discussion

A policy that merges conflicts between the persistent store’s version of the object and the current in-memory version by individual property, with in-memory changes trumping external changes.

See Also

Policies