I am curious about the Custom To-Many Relation Accessors. It makes sense that the accessor will remove related object from the other object. But I was wondering if you wanted the object completely removed from the managed object context (and subsequently the back store), do you also need to delete the object from the Managed Object Context and then save it?
Thanks for any help!
Rob
Rob,
Removing just affects the relationship. You must delete the object to remove it from the MOC and the backing store.
IOW, these are fundamentally different operations.
Andrew