Freigeben über


DbInterception.Add-Methode

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

Parameter

Siehe auch

Verweis

DbInterception Klasse

System.Data.Entity.Infrastructure.Interception-Namespace