CompiledQuery Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides for compilation and caching of queries for reuse.
public ref class CompiledQuery sealed
public sealed class CompiledQuery
type CompiledQuery = class
Public NotInheritable Class CompiledQuery
- Inheritance
-
CompiledQuery
Remarks
Conceptually this class contains a single method (Compile
) with several overloads. You call the Compile method to create a new delegate to represent the compiled query.
Note
Compilation does not occur until the first time the query is executed.
Properties
Expression |
Returns the query as a lambda expression. |