ToDictionaryAsync retrieves the whole object from the database in Entity Framework #145
Replies: 1 comment
-
|
A computer program does what you tell it to do, not what you want it to do |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ToDictionaryAsync retrieves the whole object from the database in Entity Framework
In Entity Framework Core ToDictionaryAsync (and of course) also the the synchronous counter part ToDictionary retrieve the whole object from the database.
https://steven-giesel.com/blogPost/1af57355-7978-40e6-a0f1-3d0ba2c6e1bc/todictionaryasync-retrieves-the-whole-object-from-the-database-in-entity-framework
Beta Was this translation helpful? Give feedback.
All reactions