SyntaxFix
Write A Post
Hire A Developer
Questions
Try:
from p in db.Products where !theBadCategories.Contains(p.Category) select p;
What's the SQL query you want to translate into a Linq query?