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.
    See Also