[]
Sets the connection string for the specified connection.
void SetConnectionString(DbConnection connection, string connectionString, DbConnectionAdapterContext context)
Type | Name | Description |
---|---|---|
DbConnection | connection | The connection to set the connection string for. |
string | connectionString | The connection string to set. |
DbConnectionAdapterContext | context | The additional context for the operation. |