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
I had this error:
The function import *XXX* cannot be executed because it is not mapped to a store function.
when I check, my stored procedure was deleted from database. I created it again, and it fixed the error.