[]
Returns the registered DbProviderFactory with a given name.
public virtual DbProviderFactory GetFactory(string name)
| Type | Name | Description |
|---|---|---|
| string | name | The name of the data providers (SQL, CSV, etc...) |
| Type | Description |
|---|---|
| DbProviderFactory | A DbProviderFactory instance with a given name. |
| Type | Condition |
|---|---|
| ArgumentNullException | Thrown if the |