Table Valued Function and Entity Framework

前端 未结 3 1362
生来不讨喜
生来不讨喜 2021-02-05 13:28

I\'m trying to execute an TVF with Entity Framework and for some reason it just doesn\'t work. Maybe anyone out there can help me see the problem.

Here are the code samp

3条回答
  •  自闭症患者
    2021-02-05 13:53

    Here is a very good article on the newer features of Entity Framework that provide direct support for Table Valued UDFs. MSDN blog on Table-Valued Function Support in Entity Framework.

    For greater depth, this article provides significant detail. EDM and store functions exposed in LINQ.

    One of the great advantages of the recent support for Table-Valued UDFs involves support for Full-Text Search capabilities. Read more about that here: Full text search features involving database objects.

提交回复
热议问题