Sorting a to-many relationship property
Sorting a to-many relationship property
- Subject: Sorting a to-many relationship property
- From: Rick Mann <email@hidden>
- Date: Wed, 16 Jul 2008 17:37:03 -0700
I have a couple entities related by a to-many relationship. Entity Foo
can have 0..N of Entity Bar. I have a relationship defined on Foo
named "bars". In my code, I build a comma-delimited string of Bars by
iterating over the NSArray* returned by Foo.bars.
But they come back in whatever order Core Data has for them. I'd
really like for all requests for Foo.bars to come back sorted by a
property of Bar. Is this possible? Or must I either create a new
property that sorts them, or just sort them after I get them?
TIA,
--
Rick
_______________________________________________
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