DbConnectionDispatcher.SetConnectionString Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Sendet ConnectionStringSetting(DbConnection, DbConnectionPropertyInterceptionContext<String>) und ConnectionStringSet(DbConnection, DbConnectionPropertyInterceptionContext<String>) an alle IDbConnectionInterceptor registrierten DbInterception Vor-/Nachher-Einstellungen ConnectionString.
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:
Entity Framework