我需要从我的数据库上下文中返回一个新添加的对象列表。
我读过我必须ObjectStateManager
为此目的使用。问题是,我的数据库上下文没有该ObjectStateManager
属性。
但是,上下文可以很好地用于检索、添加和更新对象。
我正在使用 EF 5.0
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
我能做些什么?