The following tables list the members exposed by IDbConnectionExtension.
Public Properties
| Name | Description |
 | Impersonate | The name of the user is impersonated while executing commands. |
 | IntegratedSecurity | Determines whether the connection uses integrated security or the values supplied in the UserName and Password properties. |
 | Password | Specifies the password used when connecting to the data source. If a password was specified in the ConnectionString, this value overrides it. |
 | UserName | Specifies the username used when connecting to the data source. If a user name was specified in the ConnectionString, this value overrides it. |
Top
See Also