Hi Olga,
Have you set the timestamp value of the new item?
If you havn't, it is null by default. That's why that you got it modified.
For the timestamp value, we usually use the original value in DB for the concurrency reason.
There are some related aricles for your reference,
http://cs.rthand.com/blogs/blog_with_righthand/archive/2007/05/02/Inserting_2F00_Updating_2F00_Deleting-records-containing-timestamp-columns-in-ADO.NET-Entity-Framework.aspxhttp://www.cnblogs.com/idior/archive/2005/08/06/208887.aspxhttp://stackoverflow.com/questions/377916/using-entity-framework-should-i-add-a-timestamp-to-all-my-database-tablesDoes this work for you?
Best Regards
Yichun Feng
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.