vote up 4 vote down star
3

Really stupid question, sorry, but I can't find it on google (I'm sure it's in a screencast or something somewhere). I have a DBML (linq2sql classes) diagram and I've changed the underlying database. In VS2008, how do I "refresh" the diagram? There's no View-->Refresh or RightClick->Refresh or Update option.

As it stands now, I have to recreate the entire linq2sql classes every time I update the underlying db.

flag

62% accept rate

2 Answers

vote up 3 vote down check

right click and select "run custom tool" (in solution explorer on dbml file)

link|flag
Well that's a bit non-intuitive. Thanks! – Chris May 13 at 4:36
hell yeah, it took me some time to discover "custom tool" is actually the thing that generates the calsses :) – Ali Shafai May 13 at 5:03
vote up 0 vote down

If by refreshing the diagram you refer to adding new tables, columns, foreign keys etc and dropping removed tables/columns/foreign keys from the dbml diagram then you may want to take a look at my add-in that adds that (and a bunch of other things) to the L2S designer. You can download it and get a free [45 day] trial license from http://www.huagati.com/dbmltools/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.