Re: Searching NSArray of EO objects for key value
Re: Searching NSArray of EO objects for key value
- Subject: Re: Searching NSArray of EO objects for key value
- From: Randall Perry <email@hidden>
- Date: Fri, 09 Jul 2004 17:16:21 -0400
Thanks, that's what I needed.
> On Jul 8, 2004, at 5:19 PM, Randall Perry wrote:
>
>> I've got an NSArray of EO objects from a db fetch. I need to search the
>> objects in the array to see if one key value matches a variable.
>>
>> Specifically, I need to see if the 'filesize' key value matches the
>> filesize
>> of a file that's about to be uploaded (to test for potential dupes).
>>
>> What's the best way to do this? Should I just iterate through the array
>> checking each object's key value, or is there a shortcut?
>
> EOQualifier.filteredArrayWithQualifier()
>
> 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.
--
Randall Perry
sysTame
Xserve Web Hosting/Co-location
Website Design/Development
WebObjects Hosting
Mac Consulting/Sales
http://www.systame.com/
_______________________________________________
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.