Unable to use stored procs in a generic repository for the entity framework. (ASP.NET MVC 2)
- by Matt
Hi,
I have a generic repository that uses the entity framework to manipulate the database.
The original code is credited to Morshed Anwar's post on CodeProject. I've taken his code and modified is slightly to fit my needs.
Unfortunately I'm unable to call an Imported Function because the function is only recognized for my specific instance of…