Changing DBML, how to change SQL database?
Posted
by Robbert Dam
on Stack Overflow
See other posts from Stack Overflow
or by Robbert Dam
Published on 2010-03-26T08:16:23Z
Indexed on
2010/03/26
8:23 UTC
Read the original article
Hit count: 366
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?
© Stack Overflow or respective owner