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