Share via


DbInterception.Dispatch 属性

定义

这是调度到侦听器的入口点。 这通常仅由实体框架在内部使用,但它是公开提供的,以便其他代码可以确保在代表 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

属性值

适用于