LinqConnect Documentation
Devart.Data.Linq Namespace / CompiledQueryCache Class
Properties Methods

In This Topic
    CompiledQueryCache Class Members
    In This Topic

    The following tables list the members exposed by CompiledQueryCache.

    Public Properties
     NameDescription
    Public PropertyGets the number of queries in the cache.  
    Public PropertyGets or sets maximal number of queries in the cache.  
    Top
    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