When oject tracking is On, EF remembers all objects it retrieved.
Is there any other way to say EF not to ask DB for the object and make the search in its local cache? I know that GetObjectByKey method looks for the object in memory and only after that in DB.
When oject tracking is On, EF remembers all objects it retrieved. Is there any
Share
You can query
ObjectStateManager: