Linq to Sql and database changes

  • Thread starter Thread starter TheCornjerker
  • Start date Start date
T

TheCornjerker

I have setup a .dbml file from an SQL table. I have inserted a new
column and deleted an old column from the database table that
the .dbml file is associated with. How do I refresh the .dbml file to
take into consideration the database changes?

Thanks,
C
 
Hi,

By hand or by removing the class and add it again or by regenerating dbml
using sqlmetal.
AFAIK there is no other update functionality.
It sucks, doesn't it.
 
Back
Top