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

Add support StandardDeviation query #28385

Closed
ldqk opened this issue Jul 7, 2022 · 3 comments
Closed

Add support StandardDeviation query #28385

ldqk opened this issue Jul 7, 2022 · 3 comments

Comments

@ldqk
Copy link

ldqk commented Jul 7, 2022

Add support StandardDeviation query such as Max(),Min(),Sum() etc...

eg:

dbset.Scores.Select(e=>e.English).StandardDeviation();
dbset.Scores.StandardDeviation(e=>e.English);
@xingwen1987
Copy link

why not support for StandardDeviation queries such as Max(), Min(), and Sum() in the latest of EfCore version?
image

@roji
Copy link
Member

roji commented Jul 7, 2022

Duplicate of #28104

@roji roji marked this as a duplicate of #28104 Jul 7, 2022
@roji
Copy link
Member

roji commented Jul 7, 2022

This is being implemented for .NET 7.0 (in #28110).

@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants