Calling T-SQL's "PERCENTIlE_CONT" directly from EntityFramework Core

225 views Asked by At

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?

0

There are 0 answers