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?