Method ConnectionGetting
ConnectionGetting(DbTransaction, DbTransactionInterceptionContext<DbConnection>)
This method is called when the Connection is being obtained.
Declaration
public void ConnectionGetting(DbTransaction transaction, DbTransactionInterceptionContext<DbConnection> interceptionContext)
Parameters
Type | Name | Description |
---|---|---|
System. |
transaction | The transaction. |
Db |
interceptionContext | Contextual information associated with the call. |