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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。