I'm working with LinqToSql
classes. Here I just want to refresh the .dbml file if any changes occur on the database. Is there any tool available that automatically updates the .dbml if changes occur on the database side?
Asked
Active
Viewed 1.7k times
4

Mathias Müller
- 22,203
- 13
- 58
- 75

shalin gajjar
- 646
- 4
- 15
- 44
1 Answers
8
You can't do that. The way I do it is to delete changed tables(s) from DBML and drag them back from Server Explorer.

Marko Juvančič
- 5,792
- 1
- 25
- 41
-
1well i herd about tool/add on like http://www.huagati.com/dbmltools/ this can done.. – shalin gajjar Jan 03 '14 at 09:22
-
The tool is discontinued according to their site. – Marko Juvančič Jan 03 '14 at 09:24
-
1The tool is back. And free! – Phil Haselden Jan 21 '15 at 01:45
-
Yes. I am using it (Jan 2016) and its working flaw lessly. I am able to update my table and views from database using this tool. – Irfan Raza Jan 12 '16 at 21:53
-
Couldn't find how to launch the tool after installing it in VS Community Edition 2015 – boateng Apr 17 '17 at 17:22