Changing DBML, how to change SQL database?
- by Robbert Dam
Hi all,
A have an app with that uses an SQL database. The application is already released, but now I'm working on an update. In the update I've added an extra column in a table of my database.
I've create the database from my DMBL using DataContext.CreateDatabase() (not the other way around, as I found out to be the more common scenario later)
I there a facility in LINQ in which I can update my SQL database scheme?