Re: Is there any get column method?
Re: Is there any get column method?
- Subject: Re: Is there any get column method?
- From: Art Isbell <email@hidden>
- Date: Tue, 13 Jul 2004 13:34:01 -1000
On Jul 13, 2004, at 12:53 PM, Kevin Xiaowen Ren wrote:
When I use EOQualifier, it's always return the whole raw from table.
Is there any API to get column from table?
EOFetchSpecification.setRawRowKeyPaths(). Note that the documentation
for this method warns that using it will forego most of the benefits of
fetching full enterprise objects. So this approach shouldn't be used
in general.
Aloha,
Art
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.