On Dec 27, 2009, at 9:07 pm, Jim Correia wrote:
> On Dec 27, 2009, at 11:52 PM, Brian Bruinewoud wrote:
>> If I've generated core data classes from my model, how do I use them to 
>> create new values?
>> Currently I'm doing this:
>>   CDClass *cdObject = (CDClass *)[ NSEntityDescription 
>> insertNewObjectForEntityForName: @"CDClass" inManagedObjectContext: context 
>> ];
> This is in fact the correct idiom for doing this.
> 
... as described in:
        
<http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/CoreData/Articles/cdCreateMOs.html#//apple_ref/doc/uid/TP40001654>


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to