dotConnect Universal Documentation
Devart.Data.Universal Namespace / ProviderManager Class / GetProvider Method
The name of the provider for which to return IUniProvider interface.

In This Topic
    GetProvider Method
    In This Topic
    Returns IUniProvider interface for registered data provider.
    Syntax
    'Declaration
     
    Public Shared Function GetProvider( _
       ByVal providerName As String _
    ) As IUniProvider
    public static IUniProvider GetProvider( 
       string providerName
    )

    Parameters

    providerName
    The name of the provider for which to return IUniProvider interface.

    Return Value

    An object implementing IUniProvider for the registered data provider.
    See Also