Udostępnij za pośrednictwem


IDbTransactionInterceptor.Disposing Metoda

Definicja

Ta metoda jest wywoływana przed Dispose() wywołaniem.

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

Parametry

transaction
DbTransaction

Transakcja jest usuwana.

interceptionContext
DbTransactionInterceptionContext

Informacje kontekstowe skojarzone z wywołaniem.

Dotyczy