I am using Entity Framework 5.
I have a stored procedure that was added to the model some time ago. Now i have add a new parameter. I tried using "Update Model From Database..." but it doesn't add the new paramerter to the c# generated code.
In the edit menu of the stored procedure from the model browser tab all i could find was to update the columns that the stored procedure returns.
Is there any way of refreshing the parameters that the stored procedure expects without removing the stored procedure from the model and then adding it again?