I need to delete multiple rows from a table, all this is in Linq. I am checking a table first to see if an IDd exists. If no IDs in one table tham I am deleting the row from another table. Than I read that table to get the rows I want to delete. Than I try to do a delete off that table. The code cannot...