I'm migrating some of our code from LINQ-to-SQL to Entity Framework. Previously, when run up against a 2100 parameter limit from SQL Server (described ...here...), I used the solution provided by Marc Gravell ...here.... As stated in his own response, it ...