C#C
C#4y 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
Was this page helpful?