次の方法で共有


IDbConnectionInterceptor.ConnectionStringSet メソッド

定義

が設定された後に ConnectionString 呼び出されます。

public 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
Public Sub ConnectionStringSet (connection As DbConnection, interceptionContext As DbConnectionPropertyInterceptionContext(Of String))

パラメーター

connection
DbConnection

接続。

interceptionContext
DbConnectionPropertyInterceptionContext<String>

呼び出しに関連付けられているコンテキスト情報。

適用対象