Querying objects after AddObject before SaveChanges?

Viewed 7513

In EntityFramework, is that possible to query the objects that have just been added to the context using AddObject but before calling the SaveChanges method?

Thanks

3 Answers
Related