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.Data.Common.DbTransaction | transaction | The transaction. |
DbTransactionInterceptionContext<System.Data.IsolationLevel> | interceptionContext | Contextual information associated with the call. |