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 16:47:06 -1000
On Jul 13, 2004, at 2:23 PM, Kevin Xiaowen Ren wrote:
rawRowSpec.setRawRowKeyPaths(attributesToFetch);
it's returning an array of dictionaries not only the values.
Of course. How else would values be returned when more than one key
path can be specified?
But only one statement is required to return an array of values for a
particular key path:
NSArray valueArray = (NSArray)dictionaryArray.valueForKey(attributeKey);
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.