In-memory query performed by DBSet<T>.Local will also return newly added entities that haven’t yet been saved to the database. Is there some functionality that would allow us to perform such an in-memory query on an ObjectSet ( BTW – I know we could use ObjectStateManager.GetObjectStateEntries to get similar results)?
Thank you
Localis just advanced wrapper (it isObservableCollectionwith all its benefits) around functionality provided byObjectStateManager.GetObjectStateEntries.