I\'m using LINQ to Entities (not LINQ to SQL) and I\'m having trouble creating an \'IN\' style query. Here is my query at the moment:
var items = db.InventoryIt
As mentioned by Diego B Vega in this post (second answer), Contains should now work in EF4.
Contains