Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to refresh .dbml sync to database [duplicate]

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?

like image 202
shalin gajjar Avatar asked Feb 14 '23 05:02

shalin gajjar


1 Answers

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.

like image 147
Marko Juvančič Avatar answered Feb 27 '23 18:02

Marko Juvančič