[]
Sets the user login and password for the specified connection.
void SetCredentials(DbConnection connection, LoginPasswordCredentials credentials)
| Type | Name | Description |
|---|---|---|
| DbConnection | connection | The connection to set the credentials for. |
| LoginPasswordCredentials | credentials | The pair of user login name and password. |