When handling concurrency conflicts in Entity Framework, you can use the ___________ property to detect changes made by other users.

  • ChangeTracker
  • ConcurrencyToken
  • Locking
  • Timestamp
In Entity Framework, the Timestamp property (also known as RowVersion) is often used to detect changes made by other users. This property is automatically updated by Entity Framework when an entity is modified.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *