blah blah blah is here! blah blah » Close

1
votes
1 answers

If my data model changes, how do I update my linq to sql .dbml file?

I dropped all my database tables in the designer when setting up my linq to sql .dbml file. Now I modified some columns in a table, how do I refresh my dbml file with the updated table structure?

Feedback