Correct property reference (#22381)
parent
8db4ea9bb8
commit
796c2dbb9e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue