IDBConnectionInterceptor.ConnectionOpening(String, IDbConnection) Method
Called just before an SQL provider intends to open a database connection with the settings specified by the connection string.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
sqlDataConnectionName | String | The connection name. This value is assigned to the SqlDataSource.ConnectionName property. |
connection | IDbConnection | The open connection to a data source. |
See Also