Sdílet prostřednictvím


DatabaseLogFormatter.Opening Metoda

Definice

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

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

Parametry

connection
DbConnection

Otevírá se připojení.

interceptionContext
DbConnectionInterceptionContext

Kontextové informace spojené s voláním

Implementuje

Platí pro