The Dynamic Query sample shows how to create LINQ queries dynamically at runtime.
To get samples and instructions for installing them
Security Note: |
|---|
|
This sample code is intended to illustrate a concept, and it shows only the code that is relevant to that concept. It may not meet the security requirements for a specific environment, and it should not be used exactly as shown. We recommend that you add security and error-handling code to make your projects more secure and robust. Microsoft provides this sample code "AS IS" with no warranties.
|
To run this sample
This sample shows a technique for composing LINQ statements dynamically at run time. For more information, see the Dynamic Expressions.html file in the DynamicQuery sample directory.
See the Connectivity note found in the root directory for the samples project if you are have trouble running the database samples.
Note: |
|---|
Many of the
LINQ samples require XML files and/or the version of the Northwind sample database that is located in the Data sample. If you install the Data Sample in the same parent folder as the other LINQ samples, the path for the XML files and database file will be resolved automatically. Many of the sample files also require the Object Dumper Sample project.
|
Other Resources