Method IsolationLevelGot
IsolationLevelGot(DbTransaction, DbTransactionInterceptionContext<IsolationLevel>)
This method is called when the transaction is obtained.
Declaration
public void IsolationLevelGot(DbTransaction transaction, DbTransactionInterceptionContext<IsolationLevel> interceptionContext)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Data.Common.DbTransaction | transaction | The transaction. |
| DbTransactionInterceptionContext<System.Data.IsolationLevel> | interceptionContext | Contextual information associated with the call. |