Condividi tramite


DatabaseLogFormatter.ConnectionStringSet Metodo

Definizione

Non scrive nel log a meno che non venga sottoposto a override.

public virtual void ConnectionStringSet (System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbConnectionPropertyInterceptionContext<string> interceptionContext);
abstract member ConnectionStringSet : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionPropertyInterceptionContext<string> -> unit
override this.ConnectionStringSet : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionPropertyInterceptionContext<string> -> unit
Public Overridable Sub ConnectionStringSet (connection As DbConnection, interceptionContext As DbConnectionPropertyInterceptionContext(Of String))

Parametri

connection
DbConnection

Connessione.

interceptionContext
DbConnectionPropertyInterceptionContext<String>

Informazioni contestuali associate alla chiamata.

Implementazioni

Si applica a