Dynamic LINQ (DLINQ) is a LINQ extension provided in the VS 2008 Samples . Scott Guthrie provides a good overview here: Dynamic LINQ (Part 1: Using the LINQ Dynamic Query Library) , but the executive summary is that it implements certain query operations...