ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / IDataProvidersFactory Interface / GetFactory Method
The invariant name of the data provider (e.g., SQL, OLEDB).

In This Topic
    GetFactory Method (IDataProvidersFactory)
    In This Topic
    Returns the data provider factory for the specified provider name.
    Syntax
    'Declaration
     
    Function GetFactory( _
       ByVal dataProviderName As String _
    ) As DbProviderFactory

    Parameters

    dataProviderName
    The invariant name of the data provider (e.g., SQL, OLEDB).

    Return Value

    The System.Data.Common.DbProviderFactory for the specified data provider name.
    See Also