© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
4 replies
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();
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
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

EF Core not fetching sub-entities by Id [Answered]
C#CC# / help
4y ago
❔ Best Approach to deal with DDD Entities and EF Core Entities
C#CC# / help
3y ago
❔ Using automapper to update EF Core entities recursively
C#CC# / help
3y ago
Update Multiple Entities in One Query EF Core
C#CC# / help
4y ago