DatabaseLogFormatter.Disposing Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
Disposing(DbConnection, DbConnectionInterceptionContext) |
Volá se před Dispose() . Výchozí implementace této metody se vyfiltruje podle DbContext nastavení do Context, pokud existuje, a pak protokoluje událost. |
Disposing(DbTransaction, DbTransactionInterceptionContext) |
Tato metoda je volána před Dispose() je vyvolána. Výchozí implementace této metody se vyfiltruje podle DbContext nastavení do Context, pokud existuje, a pak protokoluje událost. |
Disposing(DbConnection, DbConnectionInterceptionContext)
public virtual void Disposing (System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext interceptionContext);
abstract member Disposing : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext -> unit
override this.Disposing : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext -> unit
Public Overridable Sub Disposing (connection As DbConnection, interceptionContext As DbConnectionInterceptionContext)
Parametry
- connection
- DbConnection
Připojení, které se odstraňuje.
- interceptionContext
- DbConnectionInterceptionContext
Kontextové informace spojené s voláním.
Implementuje
Platí pro
Disposing(DbTransaction, DbTransactionInterceptionContext)
public virtual 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
override this.Disposing : System.Data.Common.DbTransaction * System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext -> unit
Public Overridable Sub Disposing (transaction As DbTransaction, interceptionContext As DbTransactionInterceptionContext)
Parametry
- transaction
- DbTransaction
Transakce, která se odstraňuje.
- interceptionContext
- DbTransactionInterceptionContext
Kontextové informace spojené s voláním.
Implementuje
Platí pro
Entity Framework