Поделиться через


Метод 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.]

Пространство имен:  System.Data.Entity.Infrastructure.Interception
Сборка:  EntityFramework (в EntityFramework.dll)

Синтаксис

'Декларация
Public Shared Sub Add ( _
    interceptor As IDbInterceptor _
)
'Применение
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
)

Параметры

См. также

Справочник

DbInterception Класс

Пространство имен System.Data.Entity.Infrastructure.Interception