C
C#2y ago
bookuha

❔ Navigation properties internals. EFCore

How are they implemented internally? What if I select related entity Id to 3, and the related entity navigation property to the entity with id 5? What will happen? Why? If I set the related entity id to 5, but don’t make any changes to the related navigation property, will it get filled with an entity with id 5 at runtime? will i be able access its fields before SaveChanges? Or it will remain null
1 Reply
Accord
Accord2y ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.