refresh schema for a Linq to Sql file?
with the May CTP, i had a script to run SqlMetal on my db with the /sprocs parameter, and each time i modified the database i could just run this script and update my datacontext class automatically.
the new O/R designer in Beta 1 is very intuitive and i had no trouble dragging on the tables and sprocs and using them in code. however, i usually deploy at least one update per day to the site i'm working on, and this could be very tedious to go deleting out any tables or sprocs that were modified, and dragging them back in again.
is there a way to refresh the entire schema? i guess i can always delete the whole file and create it again, just wondering really.

