EOQualifier on a toMany attribute
EOQualifier on a toMany attribute
- Subject: EOQualifier on a toMany attribute
- From: Dev WO <email@hidden>
- Date: Tue, 14 Feb 2006 00:15:47 +0100
Hi,
I don't know if I'm doing it wrong or if I'm just misuse EOQualifier
but:
I have an entity a with a flattened manyToMany relationship named
connectors on a connector entity.
I need to qualify a fetch on entity a based on having connector %@
so basically I was doing
EOQualifer.qualifierWithQualifierFormat("connectors = %@", arg);
arg having a connector entity.
But this doesn't seemed to work...
Am I doing this wrong?
Thanks
Xavier
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden