ObjectContext.InterceptionContext 属性
[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]
返回用于此上下文的 DbInterceptionContext。
命名空间: System.Data.Entity.Core.Objects
程序集: EntityFramework(在 EntityFramework.dll 中)
语法
声明
Public Property InterceptionContext As DbInterceptionContext
Get
Friend Set
用法
Dim instance As ObjectContext
Dim value As DbInterceptionContext
value = instance.InterceptionContext
public DbInterceptionContext InterceptionContext { get; internal set; }
public:
property DbInterceptionContext^ InterceptionContext {
DbInterceptionContext^ get ();
internal: void set (DbInterceptionContext^ value);
}
member InterceptionContext : DbInterceptionContext with get, internal set
function get InterceptionContext () : DbInterceptionContext
internal function set InterceptionContext (value : DbInterceptionContext)
属性值
类型:DbInterceptionContext