标签: c# entity-framework entity-framework-4 linq-to-entities entity-framework-4.1
我已从EF 4.0升级到EF 4.2
我的上下文继承自ObjectContext。
ObjectContext
强类型Include方法(在结果中包含链接的实体)在我的实体集(从ObjectSet继承)上不可用。
Include
ObjectSet
为什么?
答案 0 :(得分:8)
它使用System.Data.Entity;并且是IQueryable的扩展方法 试试using System.Data.Entity,看看它是否可用。
using System.Data.Entity