abpframework / abp

Open Source Web Application Framework for ASP.NET Core. Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.31k stars 3.32k forks source link

How to prevent concurrency check while updating few fields #19706

Open vipulbuoyancy opened 2 weeks ago

vipulbuoyancy commented 2 weeks ago

I want to update the the few fields of the entity, but don't want to check the concurrency for this particular update, so other users won't get concurrency error.

Is there any way, so I can skip the concurrency check for few update?

Thank you.

maliming commented 1 week ago

hi

You can update your properties of entity by raw SQL.