CompiledQuery is a .NET helper class for the Entity Framework, which enables compilation of of database queries for better performance.
CompiledQuery is a .NET helper class for the Entity Framework. It enables user code to compile a query to the source (based on a method signature), to be re-used efficiently with different parameter values.