Hello,
Could you tell me if we change twice the property of an entity in order to return to the original value, is the entity.Dirty = true ?
Situation at begining :
Customer.Name == 'TOTO'
Customer.IsDirty == false
Customer.Name = 'TITI'
Customer.Name = 'TOTO'
Customer.IsDirty == False or True ???
I did not manage to install the product to test it. (licence pb)