Sdílet prostřednictvím


DatabaseLogFormatter.Disposing Metoda

Definice

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)

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.

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)

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.

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