[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Data.DataProvidersFactory.GetFactory

GetFactory Method

GetFactory(string)

Returns the registered DbProviderFactory with a given name.

Declaration
public virtual DbProviderFactory GetFactory(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
DbProviderFactory

A DbProviderFactory instance with a given name.

Implements
Exceptions
Type Condition
ArgumentNullException

Thrown if the name is not specified.