Correct property reference (#22381)

pull/22384/head
dharmatech 2021-05-22 18:44:05 -07:00 committed by GitHub
parent 8db4ea9bb8
commit 796c2dbb9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -207,7 +207,7 @@ Examine the query in the *Pages/Instructors/Index.cshtml.cs* file:
The code specifies eager loading for the following navigation properties:
* `Instructor.OfficeAssignment`
* `Instructor.Course`
* `Instructor.Courses`
* `Course.Department`
The following code executes when an instructor is selected, that is, `id != null`.
@ -919,4 +919,4 @@ The next tutorial shows how to update related data.
>[Previous](xref:data/ef-rp/complex-data-model)
>[Next](xref:data/ef-rp/update-related-data)
::: moniker-end
::: moniker-end