[]
Represents an adapter for supporting multivalue parameters and setting credentials.
public interface IDbConnectionAdapter
| Name | Description |
|---|---|
| IsCredentialsSupported | Gets a value indicating whether the adapter supports setting credentials. |
| IsSetConnectionStringSupported | Gets a value indicating whether the adapter supports setting a custom connection string. |
| Name | Description |
|---|---|
| SetConnectionString(DbConnection, string, DbConnectionAdapterContext) | Sets the connection string for the specified connection. |
| SetCredentials(DbConnection, LoginPasswordCredentials) | Sets the user login and password for the specified connection. |