views:

19

answers:

1

Suppose I make a change to a sproc or a Table that would require me to update previously generated Linq statements. How do I refresh this auto-generated code?

+2  A: 

Your answer is right here: http://stackoverflow.com/questions/1110171/how-to-update-linq-to-sql-dbml-file-best-practice

Carlos Muñoz
Thanks for expanding my Linq Vocabulary!
MakerOfThings7