Re: Is the cascade delete rule right for me?
Re: Is the cascade delete rule right for me?
- Subject: Re: Is the cascade delete rule right for me?
- From: mmalc crawford <email@hidden>
- Date: Sun, 2 Dec 2007 19:59:55 -0800
On Dec 2, 2007, at 4:52 PM, Sam Stigler wrote:
I'm trying to design a Core Data model for a server I'm working on,
and I have a question about delete rules: Can someone please verify
for me that the "cascade" delete rule will only delete the objects
at the destination of the relationship, and not cascade to any
objects that those objects have a relationship to?
The delete rule applies just to the destination of that relationship.
If you've set a cascade rule, what happens thereafter depends on the
rules for the relationships of the destination objects.
mmalc
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden