I installed VS SP1 and played around with Entity Framework.
I created a schema from an existing database and tried some basic operations.
Most of it went well, except the database schema update.
I changed the database in every basic way:
- added a new table
- deleted a table
- added a new column to an existing table
- deleted a column from an existing table
- changed the type of an existing column
The first three went well, but the type change and the column deletion did not followed the database changes.
Is there any way to make is work from the designer? Or is it not supported at the moment? I didn't find any related material yet, but still searching.