I have a table called Chapters and I try to add optimistic concurrency control on it. I get the current version from the database, but during an update, if I pass in another (random) version to check ...
I have created an entity in my test with a RowVersion = "123" field. Used the context Initialize method and passed as a parameter the entity I have just created. In my plugin I have a code that ...