Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Multiple GroupBy Clause With OrderBy #97

Open
sajithnechiparambil opened this issue May 5, 2021 · 0 comments
Open

Multiple GroupBy Clause With OrderBy #97

sajithnechiparambil opened this issue May 5, 2021 · 0 comments

Comments

@sajithnechiparambil
Copy link

Cant use multiple GroupBy

eg: .GroupBy("Name").ThenBy("Age")

After using GroupBy clause cant use OrderBy clause

eg: .GroupBy("Name").ThenBy("Age")
.OrderBy("Name")

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

No branches or pull requests

1 participant