-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating QueryTask #22002
Comments
Duplicate of #10879 |
Executing multiple LINQ queries in a single batch/roundtrip is trakced by #10879. Specifically for the code above, AsQueryTask isn't part of EF Core or standard .NET, where is it coming from? Note that EF Plus is a separate product that isn't maintained by the EF Core team. |
It's just an Idea (AsQueryTask is not existed)! and I realized that it's called ".Future" in that Product. |
OK, thanks for clarifying. This indeed looks like a duplicate of #10879. |
QueryTask
will help us to do a single roundtrip for all queries.I'm not sure if we have something similar in the current version?
Updated:
Looks like the Future Queries Here are doing the same thing
https://entityframework-plus.net/query-future
The text was updated successfully, but these errors were encountered: