Udostępnij za pośrednictwem


DatabaseLogFormatter.Opened Metoda

Definicja

Wywoływany jest po Open() wywołaniu lub jego asynchroniczny odpowiednik. Domyślna implementacja tej metody filtruje według DbContext ustawienia na Context, jeśli istnieje, a następnie rejestruje zdarzenie.

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

Parametry

connection
DbConnection

Połączenie, które zostało otwarte.

interceptionContext
DbConnectionInterceptionContext

Informacje kontekstowe skojarzone z wywołaniem.

Implementuje

Dotyczy