LINQ not in statement


/ Published in: C#
Save to your folder(s)

Note that .Except is a great option too, but only if you're dealing with a list of value types (it doesn't work with complex types unless you implement an iEqualityOperator)

URL: http://stackoverflow.com/questions/183791/how-would-you-do-a-not-in-query-with-linq

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.