Re: NSPredicate Help

2009-04-14 Thread David Scheidt
On Apr 14, 2009, at 12:14 PM, Greg Robertson wrote: I am using Core Data and have a two entity setup that in a simple form could be modelled something like this: Entity: Persons - attribute: name - attribute: birth - relationship: cars (one to many with cars) Entiry: Cars - attribute: name I

NSPredicate Help

2009-04-14 Thread Greg Robertson
I am using Core Data and have a two entity setup that in a simple form could be modelled something like this: Entity: Persons - attribute: name - attribute: birth - relationship: cars (one to many with cars) Entiry: Cars - attribute: name I would like to search for all persons not born on th