DbInterception.Dispatch Property

Definition

This is the entry point for dispatching to interceptors. This is usually only used internally by Entity Framework but it is provided publicly so that other code can make sure that registered interceptors are called when operations are performed on behalf of EF. For example, EF providers a may make use of this when executing commands.

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

Property Value

Applies to