Condividi tramite


Metodo DbInterception.Add

[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 Sub Add ( _
    interceptor As IDbInterceptor _
)
'Utilizzo
Dim interceptor As IDbInterceptor 

DbInterception.Add(interceptor)
public static void Add(
    IDbInterceptor interceptor
)
public:
static void Add(
    IDbInterceptor^ interceptor
)
static member Add : 
        interceptor:IDbInterceptor -> unit
public static function Add(
    interceptor : IDbInterceptor
)

Parametri

Vedere anche

Riferimento

DbInterception Classe

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