Fetching a specified Object.
Fetching a specified Object.
- Subject: Fetching a specified Object.
- From: Gustavo Pizano <email@hidden>
- Date: Sat, 22 Mar 2008 17:59:03 -0500
Hello. I have in my db some convocations with a state. (false, true) ,
I wanna fetch the one-ones which state its true. how to do this.
I was thinking in doing hte following
1 -EOQualifier qual = Convocation.STATE.eq(true), but thtat retunr me
a boolean.
then I should do some
2 -Convocation con =
Convocation.fetchConvocation(ERXEC.newEditingContext(),qual);
I have problems in numeral 1.
Gustavo
_______________________________________________
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