Метод DbInterception.Remove
[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 Remove ( _
interceptor As IDbInterceptor _
)
'Применение
Dim interceptor As IDbInterceptor
DbInterception.Remove(interceptor)
public static void Remove(
IDbInterceptor interceptor
)
public:
static void Remove(
IDbInterceptor^ interceptor
)
static member Remove :
interceptor:IDbInterceptor -> unit
public static function Remove(
interceptor : IDbInterceptor
)
Параметры
- interceptor
Тип: System.Data.Entity.Infrastructure.Interception.IDbInterceptor
См. также
Справочник
Пространство имен System.Data.Entity.Infrastructure.Interception