DbInterception 类

[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.Object
  System.Data.Entity.Infrastructure.Interception.DbInterception

命名空间:  System.Data.Entity.Infrastructure.Interception
程序集:  EntityFramework(在 EntityFramework.dll 中)

语法

声明
Public NotInheritable Class DbInterception
用法
public static class DbInterception
public ref class DbInterception abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DbInterception =  class end
public final class DbInterception

DbInterception 类型公开以下成员。

属性

  名称 说明
公共属性静态成员 Dispatch

页首

方法

  名称 说明
公共方法静态成员 Add
公共方法静态成员 Remove

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

System.Data.Entity.Infrastructure.Interception 命名空间