DbInterceptionContext 类

[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.DbInterceptionContext
    System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext
    System.Data.Entity.Infrastructure.Interception.DbCommandTreeInterceptionContext

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

语法

声明
Public Class DbInterceptionContext
用法
Dim instance As DbInterceptionContext
public class DbInterceptionContext
public ref class DbInterceptionContext
type DbInterceptionContext =  class end
public class DbInterceptionContext

DbInterceptionContext 类型公开以下成员。

构造函数

  名称 说明
公共方法 DbInterceptionContext()
受保护方法 DbInterceptionContext(DbInterceptionContext)

页首

属性

  名称 说明
公共属性 DbContexts
公共属性 IsAsync
公共属性 ObjectContexts

页首

方法

  名称 说明
公共方法 AsAsync
受保护方法 Clone
公共方法 Equals (覆盖 Object.Equals(Object)。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (覆盖 Object.GetHashCode()。)
公共方法 GetType
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (覆盖 Object.ToString()。)
公共方法 WithDbContext
公共方法 WithObjectContext

页首

线程安全

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

请参阅

参考

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