开发者

How to configure Entity Framework 4 to prevent drop when generate database

开发者 https://www.devze.com 2022-12-28 05:12 出处:网络
is there any option when updating classes in EF4 Modeller to disable 开发者_StackOverflowthe drop of all data and tables, just to append non existing fields and leave old tables and data

is there any option when updating classes in EF4 Modeller to disable 开发者_StackOverflowthe drop of all data and tables, just to append non existing fields and leave old tables and data untouched.

I mean not to change every time on every little change to edit manual the SQL files.

Thanks.


I think you can do it with the "Entity Designer Database Generation Power Pack." You can read about this tool here.

0

精彩评论

暂无评论...
验证码 换一张
取 消