Table of Contents

Namespace RentADeveloper.DbConnectionPlus.Exceptions

Classes

DbUpdateConcurrencyException

An exception that is thrown when a concurrency violation is encountered while deleting or updating an entity in a database. A concurrency violation occurs when an unexpected number of rows are affected by a delete or update operation. This is usually because the data in the database has been modified since the entity has been loaded.