Contents

delete(_:)

Specifies an object that should be removed from its persistent store when changes are committed.

Declaration

func delete(_ object: NSManagedObject)

Parameters

  • object:

    A managed object.

Discussion

When changes are committed, object will be removed from the uniquing tables. If object has not yet been saved to a persistent store, it is simply removed from the receiver.

See Also

Related Documentation

Handling managed objects