ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Data Namespace / DataProvidersFactory Class / GetFactory Method
The name of the data providers (SQL, CSV, etc...)

In This Topic
    GetFactory Method (DataProvidersFactory)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetFactory( _
       ByVal name As String _
    ) As DbProviderFactory
    public virtual DbProviderFactory GetFactory( 
       string name
    )

    Parameters

    name
    The name of the data providers (SQL, CSV, etc...)
    See Also