-
Notifications
You must be signed in to change notification settings - Fork 517
Query: Adds LINQ support for Multi-key Group By translation #4857
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
Query: Adds LINQ support for Multi-key Group By translation #4857
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, I'm just curious if that is expected behavior? I have been able to use concrete classes over anonymous objects in .Select() operations before, this seems specific to the new GroupBy functionality. Thanks! |
hello folks, I was looking for multikey grouping, however when I pass the multiple keys it give error: Method signature: Exception at : input: Can someone help here? |
is there a solution for this? I get the same error |
@benjaminmillhouse @sacgaikwad @Amit-BC If you are still receiving these errors in version 3.47.0 please open a new issue so we can investigate further. |
The issue I reported seems to be resolved now. Thanks! |
Pull Request Template
Description
This PR features the new syntax for multi-key group by queries, allowing for grouping of multiple properties.
Full syntax:
Example
Type of change
Please delete options that are not relevant.
Closing issues
closes ##1202