This SO question describes how to call DatePart function using EntityFramework:
I wonder if I can provide a similar binding for PERCENTILE_CONT.
Or maybe the only way to use PERCENTILE_CONT via EntityFramework is to have a stored procedure and call it from my EF code?
asked Dec 16, 2021 at 9:43
LA.27
2,3101 gold badge24 silver badges50 bronze badges
default
RowNumberExpressionsource code, see github.com/dotnet/efcore/blob/main/src/EFCore.Relational/Query/…