❔ 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?4 Replies
either the query is different or the database is different
The querry is directly copied from
sql.ToQueryString()
, and run directly MySQL database EF Core is connectd to 😐gonna have to disagree
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.