C#C
C#3y ago
Arkobat

❔ EF Core not getting all entities

I have an issue with EF Core not loading all entities in a project.

The first picture show the sql querye, generated with EF Core.
The second picture show the result, when running it directly against MySQL
The query from the second, is the result from var sqlString = sql.ToQueryString();

Do I do something wrong when loading the entities, since I only get one out of four?
image.png
image.png
Was this page helpful?