A
abcd
I have a generic list of objects. Each object contains multiple objects and
one of the object has some properties. Now I need to filter the list based on
those properties. Whats the best way for me. I tried foreach loop but I am
unable to write the filter criteria. All the proeperties I need to filter
must have AND operation. I need to consider conditions like blank etc. To use
list.Find I need to write predicate...any samples anywhere...
thanks
one of the object has some properties. Now I need to filter the list based on
those properties. Whats the best way for me. I tried foreach loop but I am
unable to write the filter criteria. All the proeperties I need to filter
must have AND operation. I need to consider conditions like blank etc. To use
list.Find I need to write predicate...any samples anywhere...
thanks