I want to fetch all the objects from an entity which has no related objects (using a specific key path)
I’m thinking about using count, but dont know how to implement this.
I want to fetch all the objects from an entity which has no related
Share
Try following search predicate if it is a 1:1 relationship:
and for 1:n relationships: