Partager via


TransactionHandler.ConnectionStringSet Méthode

Définition

Peut être implémenté dans une classe dérivée.

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

Paramètres

connection
DbConnection

Connexion.

interceptionContext
DbConnectionPropertyInterceptionContext<String>

Informations contextuelles associées à l’appel.

Implémente

S’applique à

Voir aussi