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