Error calling Stored Procedures from EntityFramework

前端 未结 8 1952
别那么骄傲
别那么骄傲 2020-12-30 20:52

I am trying to access a Store Procedure from EntityFramework.

I have followed these steps:

First of all I have created the Stored Procedure in the Azure Data

8条回答
  •  [愿得一人]
    2020-12-30 21:17

    For those of you who tried the solution, but still does not work, make sure your proc don't have any issues with invalid columns names, or any other related issues. I got the same error message, but in my case it was an invalid column name reference in the proc.

提交回复
热议问题