-
Notifications
You must be signed in to change notification settings - Fork 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
EF Core 2.1: GroupBy translation documentation #615
Comments
Talking to @smitpatel again about this, we agreed that it is probably good idea to have a topic in the docs explaining the differences between GroupBy LINQ operator and GROUP BY clause in SQL and the cases that we support in EF Core. The description of dotnet/efcore#2341 can be a starting point. |
divega
changed the title
GroupBy translation documentation?
EF Core 2.1: GroupBy translation documentation
Mar 22, 2018
divega
added
help wanted
This issue involves technologies where we are not experts. Expert help would be appreciated.
and removed
help wanted
This issue involves technologies where we are not experts. Expert help would be appreciated.
labels
Nov 5, 2018
smitpatel
referenced
this issue
Oct 3, 2019
Resolves#615 Resolves#1636 Resolves#1648 Resolves#1699 Resolves#1777
smitpatel
referenced
this issue
Oct 3, 2019
Resolves#615 Resolves#1636 Resolves#1648 Resolves#1699 Resolves#1777
smitpatel
referenced
this issue
Oct 3, 2019
Resolves#615 Resolves#1636 Resolves#1648 Resolves#1699 Resolves#1777
smitpatel
referenced
this issue
Oct 3, 2019
Resolves#615 Resolves#1636 Resolves#1648 Resolves#1699 Resolves#1777
smitpatel
referenced
this issue
Oct 3, 2019
Resolves#615 Resolves#1636 Resolves#1648 Resolves#1699 Resolves#1777
smitpatel
referenced
this issue
Oct 3, 2019
Resolves#615 Resolves#1636 Resolves#1648 Resolves#1699 Resolves#1777
smitpatel
referenced
this issue
Oct 3, 2019
Resolves#615 Resolves#1636 Resolves#1648 Resolves#1699 Resolves#1777
smitpatel
referenced
this issue
Oct 4, 2019
Resolves#615 Resolves#1636 Resolves#1648 Resolves#1699 Resolves#1777
smitpatel
referenced
this issue
Oct 5, 2019
Resolves#615 Resolves#1636 Resolves#1648 Resolves#1699 Resolves#1777
smitpatel
referenced
this issue
Oct 7, 2019
Resolves#615 Resolves#1636 Resolves#1648 Resolves#1699 Resolves#1777
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am not sure whether we should create a new page or section for GroupBy, or just snippets for the what's new in EF Core 2.1 page. We currently don't have our own documentation for specific query operators.
We can discuss cases that can be translated, which would be related to https://github.com/aspnet/EntityFramework.Docs/blob/master/entity-framework/core/querying/client-eval.md.
Let's discuss it.
The text was updated successfully, but these errors were encountered: