Condividi tramite


Proprietà DbInterception.Dispatch

[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.]

Spazio dei nomi  System.Data.Entity.Infrastructure.Interception
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Property Dispatch As DbDispatchers 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

DbInterception Classe

Spazio dei nomi System.Data.Entity.Infrastructure.Interception