Share via


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

プロパティ値

適用対象