Why no -[NSManagedObjectContext deleteObjects:] ?
Why no -[NSManagedObjectContext deleteObjects:] ?
- Subject: Why no -[NSManagedObjectContext deleteObjects:] ?
- From: Jerry Krinock <email@hidden>
- Date: Sat, 1 Sep 2007 07:20:03 -0700
NSManagedObjectContext implements a deleteObject: method which
deletes a single object. What if I want to delete an array or set of
objects? Since CoreData is so High Level and Efficient, I would
expect there to be an optimized deleteObjects: method.
It just seems weird that I should have to enumerate through and
deleteObject: for each. I'm a little worried that maybe I'm thinking
inside the wrong box or something.
Thanks,
Jerry Krinock
_______________________________________________
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