>
>
> One answer is to use a transient attribute to represent the relationship.
> Set the attribute's "kind" to Undefined, and use a custom NSManagedObject
> subclass. Define an instance variable in the subclass to hold the actual
> NSDistantObject pointer, and write custom accessors to get and manipulate
> its value:
>
>
> http://developer.apple.com/documentation/Cocoa/Conceptual/CoreData/Articles/cdAccessorMethods.html#/
> /apple_ref/doc/uid/TP40002154-SW14
>
>
That worked perfectly. Thanks!
_______________________________________________

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 [EMAIL PROTECTED]

Reply via email to