[]
Returns whether the DbProviderFactory instance is installed.
public virtual bool IsDbFactoryInstalled(string factoryName)
Public Overridable Function IsDbFactoryInstalled(factoryName As String) As Boolean
| Type | Name | Description |
|---|---|---|
| string | factoryName | Name of the DbProviderFactory instance. |
| Type | Description |
|---|---|
| bool | True of the DbProviderFactory instance is installed. |