Skip to main content
All docs
V25.1
  • IDBConnectionInterceptor Methods

    Allows you to intercept operations on a connection to a database.
    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