Skip to main content
A newer version of this page is available. .
All docs
V23.1

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