Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaddie authored Sep 5, 2017
1 parent a33ca34 commit 86ed62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/data/ef-mvc/complex-data-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public int InstructorID { get; set; }

You can also use the `Key` attribute if the entity does have its own primary key but you want to name the property something other than classnameID or ID.

By default EF treats the key as non-database-generated because the column is for an identifying relationship.
By default, EF treats the key as non-database-generated because the column is for an identifying relationship.

### The Instructor navigation property

Expand Down

0 comments on commit 86ed62a

Please sign in to comment.