I am using the function import feature of the entity framework to call a stored procedure from .net 4.0 code.
However, everytime I change the stored proc result set, I have to delete the function import and add it again.
Is there any way, in which I can incorporate the change by changing the code in the entity model, rather than having to delete and add the function import again?
Thanks :)