Page 1 of 1

ConcurrencyMode conflict in EntityFrameworkCore

Posted: Tue 17 May 2022 15:01
by frabiacca
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?

Re: ConcurrencyMode conflict in EntityFrameworkCore

Posted: Tue 04 Oct 2022 16:49
by Shalex
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.