Withn EF4, when using the Update Model from the Database wizard, it updates all tables that were previously imported and I don't see a way to include only those that I need.
Is it possible to update only specific tables and not all?
Sadly no. Refresh updates all of the mapped tables. You can choose not to import new ones, but EF thinks keeping its model and the database in sync is a good idea. I guess you could dive into the XML behind, grab copies of what you don't want to change, and then put them back afterwards, but thats beyond my experience.
EDIT: From the possible duplicate question above, an external tool http://www.huagati.com/dbmltools/ is referenced which looks like it would do the job.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With