Need a "WHERE field IN (x, y, z)" Clause with LINQ
A colleague and I were talking about some LINQ features yesterday and one of the topics that came up was how to implement an IN clause. Ya know, similar to how SQL statements can use an IN clause in the WHERE clause like this: SELECT city FROM Customers WHERE state IN ('FL', 'NY'