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. <
A similar thing is now also provided by the EntityFramework.Functions package. This one seems to be more up-to-date.
The source code is available on GitHub, and the introductory article explains the basic principles.