共用方式為


DbInterception.Dispatch 屬性

定義

這是分派到攔截器的進入點。 這通常僅供 Entity Framework 內部使用,但會公開提供,讓其他程式碼能夠確保代表 EF 執行作業時,會呼叫已註冊的攔截器。 例如,EF 提供者在執行命令時,可能會使用此方法。

public static System.Data.Entity.Infrastructure.Interception.DbDispatchers Dispatch { get; }
member this.Dispatch : System.Data.Entity.Infrastructure.Interception.DbDispatchers
Public Shared ReadOnly Property Dispatch As DbDispatchers

屬性值

適用於