A
abcd
I have a list of Custom Objects. Those objects have inner objects. I want to
filter the list based on inner objects. Currently I am using
List.FindAll (SearchPredicate)
My SearchPredicate is a complex function. How LinQ is going to help me..will
that improve the performance than calling FindAll.
Any samples for performing filter. Basically, I want to fire one query and
that should return me list of select objects.
[Pardon me if this is not the right group to discuss this topic.]
filter the list based on inner objects. Currently I am using
List.FindAll (SearchPredicate)
My SearchPredicate is a complex function. How LinQ is going to help me..will
that improve the performance than calling FindAll.
Any samples for performing filter. Basically, I want to fire one query and
that should return me list of select objects.
[Pardon me if this is not the right group to discuss this topic.]