views:

1046

answers:

1

In Linq to SQL it is possible to generate the database from the dbml file.

Is it possible to generate a database from the Entity Data Model ? I wish to accomplish the same thing using the edmx file.

+3  A: 

Not until the next version, as you can read on the Entity Framework Design blog:

http://blogs.msdn.com/efdesign/archive/2008/09/10/model-first.aspx

Luhmann