Udostępnij za pośrednictwem


IDbTransactionInterceptor.IsolationLevelGot Metoda

Definicja

Wywoływana po IsolationLevel pobraniu.

public void IsolationLevelGot (System.Data.Common.DbTransaction transaction, System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext<System.Data.IsolationLevel> interceptionContext);
abstract member IsolationLevelGot : System.Data.Common.DbTransaction * System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext<System.Data.IsolationLevel> -> unit
Public Sub IsolationLevelGot (transaction As DbTransaction, interceptionContext As DbTransactionInterceptionContext(Of IsolationLevel))

Parametry

transaction
DbTransaction

Transakcja.

interceptionContext
DbTransactionInterceptionContext<IsolationLevel>

Informacje kontekstowe skojarzone z wywołaniem.

Dotyczy