Hi,
I'm having a problem whereby altering the value of a property of an entity object is fine, updating it works fine. From then on, if I try to do the same operation further updates/saves do not update the database with the new values, although the IsDirty property returns true. This means I have to reload from fresh for every save/update I perform for every object.
Any ideas guys?
Thanks,
Matt.