Skip to content

Commit

Permalink
Added file path (#14026)
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisT123 authored and Rick-Anderson committed Aug 27, 2019
1 parent 2d27dd6 commit 92d99bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/data/ef-rp/concurrency.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Build the project.

The scaffolding tool created a `RowVersion` column for the Index page, but that field wouldn't be displayed in a production app. In this tutorial, the last byte of the `RowVersion` is displayed to help show how concurrency handling works. The last byte isn't guaranteed to be unique by itself.

Update the Index page:
Update *Pages\Departments\Index.cshtml* page:

* Replace Index with Departments.
* Change the code containing `RowVersion` to show just the last byte of the byte array.
Expand Down

0 comments on commit 92d99bc

Please sign in to comment.