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