Tagged Questions
0
votes
0answers
62 views
Entity Framework Optimistic Concurrency Not Failing
I'm having some problems getting EF's Optimistic Concurrency(version 4.0) to fail with the following example. .Net 4.0/C#
In the database I have the following table:
Create Table Work
(
Id int ...