LinqConnect Documentation
Devart.Data.Linq Namespace / CompiledQueryCache Class

In This Topic
CompiledQueryCache Class Methods
In This Topic

For a list of all members of this type, see CompiledQueryCache members.

Public Methods
 NameDescription
Public MethodClears the cache.  
Public Methodstatic (Shared in Visual Basic)Returns the existing instance of the CompiledQueryCache class, that caches queries from the specified DataContext.  
Public Methodstatic (Shared in Visual Basic)Checks if the queries for the specified DataContext type are cached.  
Public Methodstatic (Shared in Visual Basic)Registers data context by type for caching queries from it and starts caching queries.  
Public Methodstatic (Shared in Visual Basic)Stops caching queries for the specified context type.  
Top
See Also