次の方法で共有


DbConnectionDispatcher.Open(DbConnection, DbInterceptionContext) メソッド

定義

public virtual void Open(System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbInterceptionContext interceptionContext);
abstract member Open : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> unit
override this.Open : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> unit
Public Overridable Sub Open (connection As DbConnection, interceptionContext As DbInterceptionContext)

パラメーター

connection
DbConnection

操作が実行される接続。

interceptionContext
DbInterceptionContext

呼び出しのコンテキストに関するオプションの情報。

適用対象