ConcurrencyMode conflict in EntityFrameworkCore

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
frabiacca
Posts: 2
Joined: Thu 10 Sep 2020 12:38

ConcurrencyMode conflict in EntityFrameworkCore

Post by frabiacca » Tue 17 May 2022 15:01

Hi guys,
we're trying to cope with Concurrency conflicts in Entity Framework. We're using asp.net core 3.1 and Microsoft.EntityFrameworkCore 3.1.8

We're following this documentation page

https://www.entityframeworktutorial.net ... ework.aspx

We can't find neither ConcurrencyMode property nor "Fixed" values when we click on property edit field. Moreover, we can't find Timestamp type in property types list we can choose from.

How can we manage with this?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: ConcurrencyMode conflict in EntityFrameworkCore

Post by Shalex » Tue 04 Oct 2022 16:49

Entity Developer allows setting Concurrency=True for class property to configure it as a concurrency token via the designer.

Refer to https://learn.microsoft.com/en-us/ef/co ... oncurrency.

Post Reply