I have a one-to-many relationship between the Pai
and Filho
entities, where a Pai
can have any or N Filho
.
Using Core Data
, how do I search all Filho
, basing my search for a Pai
.
For example:
I have a Pai
that has Id
1. I need to search all Filho
that has Pai
with Id
1.