Freigeben über


DbInterception.Dispatch-Eigenschaft

[This page is specific to the Entity Framework version 6.0 Beta. The latest version is available as the 'Entity Framework' NuGet package. For more information, see Entity Framework Releases and Versioning.]

Namespace:  System.Data.Entity.Infrastructure.Interception
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Dispatch As DbDispatchers 
    Get
'Usage
Dim value As DbDispatchers 

value = DbInterception.Dispatch
public static DbDispatchers Dispatch { get; }
public:
static property DbDispatchers^ Dispatch {
    DbDispatchers^ get ();
}
static member Dispatch : DbDispatchers
static function get Dispatch () : DbDispatchers

Eigenschaftswert

Typ: System.Data.Entity.Infrastructure.Interception.DbDispatchers

Siehe auch

Verweis

DbInterception Klasse

System.Data.Entity.Infrastructure.Interception-Namespace