1
votes
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?
