IDBConnectionInterceptor Members
Allows you to intercept operations on a connection to a database.
#Methods
Name | Description |
---|---|
Connection |
Called after an SQL provider opens a database connection with the settings specified by the connection string. |
Connection |
Called just before an SQL provider intends to open a database connection with the settings specified by the connection string. |
See Also