An alternative title might be: Check for existence of multiple rows?
Using a combination of SQL and C# I want a method to return true if all products in a list exist
This may be too simple, but I always use:
SELECT COUNT(*)>0 FROM `table` WHERE condition;