Update concurrency.md

pull/5130/head
Rick Anderson 2018-01-06 09:17:17 -10:00 committed by GitHub
parent 63669cb56b
commit 40f5ab707a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ The browser shows the Index page with the changed value and updated rowVersion i
Delete the test department from the second tab. A concurrency error is display with the current values from the DB. Clicking **Delete** deletes the entity, unless `RowVersion` has been updated.department has been deleted.
See [Inheritance](xref:data/ef-mvc/inheritance) for instruction on how to inheritance in the data model.
See [Inheritance](xref:data/ef-mvc/inheritance) on how to inherit a data model.
### Additional resources