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

GroupBy support? #49

Open
rapidclarity opened this issue Nov 12, 2018 · 1 comment
Open

GroupBy support? #49

rapidclarity opened this issue Nov 12, 2018 · 1 comment

Comments

@rapidclarity
Copy link

Perhaps I am simply missing something obvious, but I am unable to see a way to perform a simple GroupBy on these generic repositories that will occur at the SQL level. Is this functionality currently supported by the generic repositories created by URF.NET?

@maximejobin
Copy link

maximejobin commented Apr 16, 2019

GroupBy is supported by Queryable in System.Linq.

It is not a function coded in URF.NET but it works perfectly.

Example:

_repository.Queryable.GroupBy(...);

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

No branches or pull requests

2 participants