LinqConnect Documentation
Devart.Data.Linq Namespace / CompiledQueryCache Class / UnRegisterDataContext Method
The type of the DataContext to stop caching queries from.

In This Topic
    UnRegisterDataContext Method
    In This Topic
    Stops caching queries for the specified context type.
    Syntax
    'Declaration
     
    Public Shared Sub UnRegisterDataContext( _
       ByVal dataContextType As Type _
    ) 
    public static void UnRegisterDataContext( 
       Type dataContextType
    )

    Parameters

    dataContextType
    The type of the DataContext to stop caching queries from.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also