I'm having issues with updating a select stored procedure in the model browser. Deleting the function import and proc isn't updating the object correctly. What's happening is that when I remap it, it says the function returns no columns. I execute it in SQL, and it returns data with the associated columns just fine.
I don't understand why EF is having problems; I was able to map originally the correct way. When deleting the complex object
Found this similar issue, but I am not using dynamic SQL. I am using a function though: Entity Framework 4: The selected stored procedure returns no columns
Any ideas?