Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

filter ilist

0 views
Skip to first unread message

jvcoach23

unread,
May 6, 2008, 4:07:49 PM5/6/08
to
I have a custom class QBank with a public property called QBankID. I
populate the ilist(to QBank). when the iList is populated, is there a way
i can filter on the QBankID property for where it = x.

I could filter this in the database call.. but i'd like to bring back a
larger dataset and only make one call to the database for the data
retrieval, then in code filter for the id i want, work on that.. and than
filter for another id and so on. i'm just trying to limit my db calls. I
could loop through the iList to get the value, just wondering if there is a
better way..

thanks
shannon

0 new messages