Related resources for CompiledQuery
  • Compiled Queries in LINQ2/11/2014 3:02:11 PM. This article explains the use of compiled queries to improve performance when a query is fired many times.
  • Use CompiledQuery.Compile method to build parameterized DLINQ queries8/29/2008 8:09:10 AM. In this article, I will make use of the CompiledQuery.Compile generated method which receives a Lambda expression as parameter, and then it generates a delegate that returns a generic IQueryable object that one can enumerate it through a foreach loop.