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