Error calling Stored Procedures from EntityFramework

前端 未结 8 1875
别那么骄傲
别那么骄傲 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 20:58

    When you open the edmx explorer (Diagram Mode), you will see the model explorer window on the side of you diagram.

    On the Function Import Section try to find your stored function. Right click on it, then you can modify it.

    A Window will be opened, then choose your stored function. a function will mapped after That

    Voila, it works for me.

提交回复
热议问题