Relative Content

Tag Archive for c#entity-framework-core

EF Core Include() not doing LEFT JOIN

The problem i an encountering is this: I need to get multiple navigation properties for the data to display on my frontend. I’m using .Include() to get those.