Freigeben über


DbConnectionDispatcher.SetConnectionString Methode

Definition

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))

Parameter

connection
DbConnection

Die Verbindung, für die der Vorgang ausgeführt wird.

interceptionContext
DbConnectionPropertyInterceptionContext<String>

Informationen zum Kontext des Aufrufs, einschließlich des festzulegenden Werts.

Gilt für: