次の方法で共有


IDbConnectionInterceptor.Closed メソッド

定義

が呼び出された後 Close() に呼び出されます。

public void Closed (System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext interceptionContext);
abstract member Closed : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext -> unit
Public Sub Closed (connection As DbConnection, interceptionContext As DbConnectionInterceptionContext)

パラメーター

connection
DbConnection

閉じられた接続。

interceptionContext
DbConnectionInterceptionContext

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

適用対象