0
votes
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?
blah blah blah is here! blah blah » Close
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?
Got feedack? Found a bug? report it here.