Hi,
I have built an Entity Framework-6 using Code first and I created a Stored Function which returns a table in the MS-SQL database. How will I be able to reflect the Table-Valued Function in Entity Framework? The function contains a fulltext search function.
Thanks,
tinac99