IDBConnectionInterceptor Members
Allows you to intercept operations on a connection to a database.Methods
Name | Description |
---|---|
ConnectionOpened(String, IDbConnection) | Called after an SQL provider opens a database connection with the settings specified by the connection string. |
ConnectionOpening(String, IDbConnection) | Called just before an SQL provider intends to open a database connection with the settings specified by the connection string. |
See Also