Sdílet prostřednictvím


DatabaseLogFormatter.Disposed Metoda

Definice

Přetížení

Disposed(DbConnection, DbConnectionInterceptionContext)

Nezapisuje do protokolu, pokud ho nepřepíšete.

Disposed(DbTransaction, DbTransactionInterceptionContext)

Nezapisuje do protokolu, pokud ho nepřepíšete.

Disposed(DbConnection, DbConnectionInterceptionContext)

Nezapisuje do protokolu, pokud ho nepřepíšete.

public virtual void Disposed (System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext interceptionContext);
abstract member Disposed : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext -> unit
override this.Disposed : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext -> unit
Public Overridable Sub Disposed (connection As DbConnection, interceptionContext As DbConnectionInterceptionContext)

Parametry

connection
DbConnection

Připojení, které bylo uvolněno.

interceptionContext
DbConnectionInterceptionContext

Kontextové informace spojené s voláním

Implementuje

Platí pro

Disposed(DbTransaction, DbTransactionInterceptionContext)

Nezapisuje do protokolu, pokud ho nepřepíšete.

public virtual 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
override this.Disposed : System.Data.Common.DbTransaction * System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext -> unit
Public Overridable Sub Disposed (transaction As DbTransaction, interceptionContext As DbTransactionInterceptionContext)

Parametry

transaction
DbTransaction

Transakce, která byla uvolněna.

interceptionContext
DbTransactionInterceptionContext

Kontextové informace spojené s voláním

Implementuje

Platí pro