Skip to content
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

"The database provider identifies which parts of the query can be evaluated in the database" #1783

Closed
ExploreNcrack opened this issue Sep 27, 2019 — with docs.microsoft.com · 1 comment

Comments

Copy link

Does Entity Framework Core also contribute to identify which parts of the query can be evaluated in the database, which parts of the query need to be run in the client-side during the LINQ query translation (when building the representation) such that database provider can just identify it by the representation result passed from Entity Framework Core?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@smitpatel smitpatel self-assigned this Sep 27, 2019
@smitpatel smitpatel added this to the 3.1.0 milestone Sep 30, 2019
@ajcvickers
Copy link
Member

Consolidated into #1720

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants