LinqConnect Documentation
Devart.Data.Linq Namespace / CompiledQueryCache Class / IsDataContextRegistered Method
The type of the DataContext to check.

In This Topic
    IsDataContextRegistered Method
    In This Topic
    Checks if the queries for the specified DataContext type are cached.
    Syntax
    'Declaration
     
    Public Shared Function IsDataContextRegistered( _
       ByVal dataContextType As Type _
    ) As Boolean
    public static bool IsDataContextRegistered( 
       Type dataContextType
    )

    Parameters

    dataContextType
    The type of the DataContext to check.

    Return Value

    true if the queries for the specified DataContext type are cached; otherwise, false.
    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