Sdílet prostřednictvím


DatabaseLogFormatter.Opened Metoda

Definice

Volá se po Open() nebo je vyvolán jeho asynchronní protějšek. Výchozí implementace této metody se vyfiltruje podle DbContext nastavení do Context, pokud existuje, a pak zaznamená událost.

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

Připojení, které bylo otevřeno.

interceptionContext
DbConnectionInterceptionContext

Kontextové informace spojené s voláním

Implementuje

Platí pro