This sample shows a technique for composing LINQ statements on the fly, dynamically, at run time. Please see the Dynamic Expressions.html file in the current directory.
See the Connectivity note found in the root directory for the samples project if you are have trouble running the database samples.
Many of the LINQ samples require XML files and/or the version of the Northwind sample database that is located in the Data directory. By default the Data directory appears under the same parent folder as the other LINQ samples; therefore the path for the XML files and database file should be resolved automatically. Many of the sample files also require the ObjectDumper project.