So, with LINQ-to-SQL, I know that you can update the database from LINQ objects and update LINQ objects from SQL.
I use the LINQ entity structure (also LINQ-to-entity), and I can update entities from an SQL database, but I cannot update the database schema by changing entities.
This is frustrating. Is there something I'm missing? Am I doing something wrong? If this is not possible in Visual Studio 2008, is there a plug-in or other third-party application that will do this?
source
share