How to configure Entity Framework 4 to prevent crash when creating database

is there any option when updating classes in EF4 Modeller to disable blob of all data and tables, just to add non existing fields and leave old tables and data intact.

I mean not to change every time with every little change to edit the SQL file statements.

Thanks.

+2


a source to share


1 answer


I think you can do it with the Entity Designer Database Creation Block . "You can read about this tool here .



0


a source







All Articles