Udostępnij za pośrednictwem


IDbTransactionInterceptor.Disposed Metoda

Definicja

Ta metoda jest wywoływana po Dispose() wywołaniu.

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

Parametry

transaction
DbTransaction

Transakcja, która została usunięta.

interceptionContext
DbTransactionInterceptionContext

Informacje kontekstowe skojarzone z wywołaniem.

Dotyczy