Linq to Sql and database changes

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
 
M

Miha Markic

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top