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

Feature: Add EvaluateGroupByAtDatabase logic to Join and GroupJoin #199

Closed
StefH opened this issue Aug 22, 2018 · 1 comment
Closed

Feature: Add EvaluateGroupByAtDatabase logic to Join and GroupJoin #199

StefH opened this issue Aug 22, 2018 · 1 comment
Assignees

Comments

@StefH
Copy link
Collaborator

StefH commented Aug 22, 2018

Related to #165

@StefH StefH self-assigned this Aug 22, 2018
StefH added a commit that referenced this issue Aug 22, 2018
@StefH
Copy link
Collaborator Author

StefH commented Aug 22, 2018

@byrnedo and @yyjdelete

With code fixed (see linked example here https://github.com/StefH/System.Linq.Dynamic.Core/blob/EvaluateGroupByAtDatabase/src-console/ConsoleAppEF2.1/Program.cs), the sql statement is correct:

SELECT [c].[Key], [c].[Brand], [c].[Color], [c].[Vin], [c].[Year], [inner].[BrandType], [inner].[BrandName]
FROM [Cars] AS [c]
INNER JOIN [Brands] AS [inner] ON [c].[Brand] = [inner].[BrandType]
ORDER BY [c].[Year]

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

No branches or pull requests

1 participant