共用方式為


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

所要呼叫內容的選擇性資訊。

適用於