Hi,
I'm working with odata stuff recently. Here I met a strange problem, I have a Odata service which provides some entities, and I have a C# client to view these entities and make some changes on them. If I changed some data and then immediatly query these changes with odata linq, I will see the old data.
Is there some caches in the odata client?