Hi
I have the following problem when Querying the BOS:
1. First Query when the client starts up, it queries a a entitycollection, and returns the collection correctly to the server (using QueryStrategy.DataSource)
2. I then manually alter the entities in the DB
3. From the client the same query is executed, using QueryStrategy.DataSource, but the server is not queried, and the result of the query is the same . Using the trace viewer I can se the call is not even hitting the server; it seems the cache is queried.
Is this behavior correct, or am I missing something?