Skip to content

Allow projections in SelectGroup and CountDistinct expressions #1987

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

Merged
merged 3 commits into from
Jan 20, 2019

Conversation

bahusoid
Copy link
Member

Fixes #1985

/// <summary>
/// Create an alias for the previous projection
/// </summary>
public QueryOverProjectionBuilder<T> WithAlias(string alias)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This small addition is not related to fix. Just added it for parity with ProjectionsExtensions.WithAlias methods

hazzik
hazzik previously approved these changes Jan 18, 2019
@fredericDelaporte fredericDelaporte changed the title Allow projections in SelectGroup and CountDisticnt expressions Allow projections in SelectGroup and CountDistinct expressions Jan 18, 2019
@fredericDelaporte fredericDelaporte added this to the 5.3 milestone Jan 20, 2019
@fredericDelaporte fredericDelaporte merged commit 5144a57 into nhibernate:master Jan 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants