You've no doubt hit the IncorrectRowVersion Error message (learn how to solve it here) and the first thought you've had is - "Oh I must need to generate that so I can update the row"
We've all had that thought, however, the RowVersion is a system generated tag that ensures data consistency in a concurrent system. You can not fake, make or create this tag information.
Simply use the RowVersion that was included on the GET request for any POST request you make.
Comments
0 comments
Please sign in to leave a comment.