abp
abp copied to clipboard
How to prevent concurrency check while updating few fields
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.
hi
You can update your properties of entity by raw SQL.