propagatesDeletesAtEndOfEvent
A Boolean value that indicates whether the context propagates deletes at the end of the event in which a change was made.
Declaration
var propagatesDeletesAtEndOfEvent: Bool { get set }Discussion
true if the receiver propagates deletes at the end of the event in which a change was made, false if it propagates deletes only during a save operation. The default is true.