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

Posted by csharpnoob on Stack Overflow See other posts from Stack Overflow or by csharpnoob
Published on 2010-04-28T07:31:02Z Indexed on 2010/04/28 7:33 UTC
Read the original article Hit count: 255

Hi,

is there any option when updating classes in EF4 Modeller to disable the 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.

© Stack Overflow or respective owner

Related posts about entity-framework

Related posts about visual-studio-2010