TransactionHandler.IsolationLevelGetting Method (DbTransaction, DbTransactionInterceptionContext<IsolationLevel>)
Can be implemented in a derived class.
Assembly: EntityFramework (in EntityFramework.dll)
public virtual void IsolationLevelGetting( DbTransaction transaction, DbTransactionInterceptionContext<IsolationLevel> interceptionContext )
Parameters
- transaction
-
Type:
System.Data.Common.DbTransaction
The transaction.
- interceptionContext
-
Type:
System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext<IsolationLevel>
The contextual information associated with the call.