dotConnect Universal Documentation
Devart.Data.Universal Namespace / ProviderManager Class / GetProviderNames Method / GetProviderNames(Boolean) Method
If true, the method returns list of correctly registered providers only. If false, returns the whole list of providers.

In This Topic
    GetProviderNames(Boolean) Method
    In This Topic
    Returns names of correctly registered providers.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetProviderNames( _
       ByVal validOnly As Boolean _
    ) As ArrayList
    public static ArrayList GetProviderNames( 
       bool validOnly
    )

    Parameters

    validOnly
    If true, the method returns list of correctly registered providers only. If false, returns the whole list of providers.

    Return Value

    A list of the names of registered providers.
    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