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.
Comments: Checked in fix to combine the "Create Function Import" and "Set CodeGeneration Strategy" commands with #c2ce75a.
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.
Comments: Checked in fix to combine the "Create Function Import" and "Set CodeGeneration Strategy" commands with #c2ce75a.