2
Answers

Fetching data through store procedure with entity framework

I am developing a API for my current web Application project. I am able to retrieve data through tables perfectly. Now i want to retrieve data through store procedure which already exist in my database. How do i do that?

Answers (2)