blah blah blah is here! blah blah » Close

0
votes
0 answers

Lambda expression

How can I exclude ids from list collection. I would like do do something like this Where(Function(name) name.id <> "100" And name.id <> "101") using the in operator?

Feedback