I am executing a breeze query when page loads which gives me an entity say 'Entity_A'. This entity has a collection of another entity say 'Entity_B'.
On the same page, I am creating a new entity of type 'Entity_B' and saving it.
Now, when I get back to 'Entity_A' and try to access the collection of 'Entity_B', the newly saved entity is not present in that collection.
I wanted to ask if there is a way to refresh 'Entity_A' without executing breeze query again ?