Is it possible to update the sql database schema from edmx in Visual Studio 2008?

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?

+5
source share
2 answers

EF- . .

-, .

+5

LINQ to SQL Database Sync (*) (csdb.exe) edmx. , , . , , , . github Ms-PL ( csdb.exe).

, edmx . , ;)

(*) , Google. Qaru ...

+2

All Articles