Contents

retainsRegisteredObjects

A Boolean value that indicates whether the context keeps strong references to all registered managed objects.

Declaration

var retainsRegisteredObjects: Bool { get set }

Discussion

If set to true, the receiver keeps strong references to all registered managed objects. If set to false, then the receiver keeps strong references to registered objects only when they are inserted, updated, deleted, or locked. The default is false.

See Also

Registering and fetching objects