In EF 4.0, if I understand it right, there are two type of values in Entity : current values and original values.
We can set original values by calling ApplyOriginalValues(TEntity) method but how to get original values ?
In EF 4.0, if I understand it right, there are two type of values
Share
You can access them through ObjectStateEntry