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:
|
The code specifies eager loading for the following navigation properties:
|
||||||
|
|
||||||
* `Instructor.OfficeAssignment`
|
* `Instructor.OfficeAssignment`
|
||||||
* `Instructor.Course`
|
* `Instructor.Courses`
|
||||||
* `Course.Department`
|
* `Course.Department`
|
||||||
|
|
||||||
The following code executes when an instructor is selected, that is, `id != null`.
|
The following code executes when an instructor is selected, that is, `id != null`.
|
||||||
|
|
Loading…
Reference in New Issue