This has probably been discussed before, but I've been unable to find anything via search. I have a proc that I have dragged to the method pane. Everything works ok. I modified the proc on the server and return to the Linq to SQL designer. I understand that I must delete the existing "method" and redrag the proc. I'm ok with that, but the code generator is not picking up on the fact that my proc now returns an additional column. That was the only change to the sproc on the server - add 1 extra column
Read More...