4

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?

Mathias Müller
  • 22,203
  • 13
  • 58
  • 75
shalin gajjar
  • 646
  • 4
  • 15
  • 44

1 Answers1

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