I need to return a list of recently added objects from the context of my database.
I read that I need to use an ObjectStateManager for this purpose. The problem is that my database context does not have an ObjectStateManager property.
Context works great for retrieving, adding, and updating objects.
I am using 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" />
What can I do?
c # entity-framework
Kenci Nov 27 2018-12-12T00: 00Z
source share