共用方式為


IDbConnectionInterceptor.Opened 方法

定義

叫用 之後 Open() 或其非同步對應專案。

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

參數

connection
DbConnection

開啟的連線。

interceptionContext
DbConnectionInterceptionContext

與呼叫相關聯的內容資訊。

適用於