Updated: November 2007
Provides for compilation and caching of queries for reuse.
Public NotInheritable Class CompiledQuery
Dim instance As CompiledQuery
public sealed class CompiledQuery
public ref class CompiledQuery sealed
public final class CompiledQuery
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.
C ompilation does not occur until the first time the query is executed.
Windows Vista, Windows XP SP2, Windows Server 2003