Concurrency control with Entityframework DBFirst

25 views Asked by At

I have added RowVersion for concurrency control and set Concurrency mode of this field to Fixed.But when I tried to update that column it shows DbUpdateConcurrencyException even though the row is not updated by another user.

0

There are 0 answers