You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling ISession.Lock using LockMode.Force updates the version property of the entity, but calling ISession.Refresh with the same lock mode does not update the version. I would expect both of these calls to behave the same, but with the refresh call fetching the latest data.