Udostępnij za pośrednictwem


DatabaseLogFormatter.Closed Metoda

Definicja

Wywoływane po Close() wywołaniu. Domyślna implementacja tej metody filtruje według DbContext ustawienia Context, jeśli istnieje, a następnie rejestruje zdarzenie.

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

Parametry

connection
DbConnection

Połączenie, które zostało zamknięte.

interceptionContext
DbConnectionInterceptionContext

Informacje kontekstowe skojarzone z wywołaniem.

Implementuje

Dotyczy