[]
        
(Showing Draft Content)

C1.Report.DbFactoriesHelper.IsDbFactoryInstalled

IsDbFactoryInstalled Method

IsDbFactoryInstalled(string)

Returns whether the DbProviderFactory instance is installed.

Declaration
public virtual bool IsDbFactoryInstalled(string factoryName)
Public Overridable Function IsDbFactoryInstalled(factoryName As String) As Boolean
Parameters
Type Name Description
string factoryName

Name of the DbProviderFactory instance.

Returns
Type Description
bool

True of the DbProviderFactory instance is installed.