Compartir a través de


DbConnectionDispatcher.SetConnectionString Método

Definición

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

Parámetros

connection
DbConnection

Conexión en la que se ejecutará la operación.

interceptionContext
DbConnectionPropertyInterceptionContext<String>

Información sobre el contexto de la llamada que se realiza, incluido el valor que se va a establecer.

Se aplica a