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
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.