TransactionHandler.IsolationLevelGetting Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Można zaimplementować w klasie pochodnej.
public virtual void IsolationLevelGetting(System.Data.Common.DbTransaction transaction, System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext<System.Data.IsolationLevel> interceptionContext);
abstract member IsolationLevelGetting : System.Data.Common.DbTransaction * System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext<System.Data.IsolationLevel> -> unit
override this.IsolationLevelGetting : System.Data.Common.DbTransaction * System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext<System.Data.IsolationLevel> -> unit
Public Overridable Sub IsolationLevelGetting (transaction As DbTransaction, interceptionContext As DbTransactionInterceptionContext(Of IsolationLevel))
Parametry
- transaction
- DbTransaction
Transakcja.
- interceptionContext
- DbTransactionInterceptionContext<IsolationLevel>
Informacje kontekstowe skojarzone z wywołaniem.