Is it possible to call a TVF in EF6 Code First?
I started a new project using EF6 Database first and EF was able to import a TVF into the model and call it just fine. <
I actually started looking into it in EF6.1 and have something that is working on nightly builds. Check this and this out.