Error calling Stored Procedures from EntityFramework

前端 未结 8 1967
别那么骄傲
别那么骄傲 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:11

    If anyone still faces the same issue, perform the following two steps in the Model Browser

    1. Delete function from Function Imports in Models tab
    2. Delete procedure from store

    Then add it again as we do initially

提交回复
热议问题