DbCompiledModel 类

[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]

实体数据模型 (EDM) 模型的不可变表示形式,该模型可用于创建 ObjectContext,也可将该模型传递给 DbContext 的构造函数。 为了提高性能,应缓存和重用此类型的实例以构造上下文。

继承层次结构

System.Object
  System.Data.Entity.Infrastructure.DbCompiledModel

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

语法

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

DbCompiledModel 类型公开以下成员。

方法

  名称 描述
公共方法 CreateObjectContext<TContext> 创建 ObjectContext 的实例或派生自 ObjectContext 的类的实例。请注意,可使用适当的 DbContext 构造函数来改为创建 DbContext 的实例。如果使用派生的 ObjectContext,则它必须具有带单个 EntityConnection 参数的公共构造函数。传递的连接由创建的 ObjectContext 使用,但不属于上下文。在释放上下文后,调用方必须释放连接。
公共方法 Equals (继承自 Object。)
受保护的方法 Finalize (继承自 Object。)
公共方法 GetHashCode (继承自 Object。)
公共方法 GetType (继承自 Object。)
受保护的方法 MemberwiseClone (继承自 Object。)
公共方法 ToString (继承自 Object。)

顶部

线程安全

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

请参阅

参考

System.Data.Entity.Infrastructure 命名空间