Quantcast
Channel: Entity Framework
Viewing all articles
Browse latest Browse all 10318

Edited Issue: Undo/Redo after update-from or generate database operation [1302]

$
0
0
Update From Database:

1. Add new EDMX, empty model
2. Update from an existing database and select a table.
3. Once update is complete, press ctrl+z

Expected: the reverse-egnineered entity disappears.

Actual: it doesn't disappear until you press ctrl+z again.

Generate database:
1. Add new EDMX, empty model
2. Add an entity.
3. Run the generate-database wizard and press finish. (This will create the SSDL and mappings)
3. press ctrl+z

Expected: the mappings and S-Side entity disappear.

Actual: they don't disappear until you press ctrl+z __two more__ times.

Viewing all articles
Browse latest Browse all 10318

Trending Articles