Entity Framework equivalence for NHibernte SchemaExport
Posted
by jbandi
on Stack Overflow
See other posts from Stack Overflow
or by jbandi
Published on 2010-05-04T11:46:10Z
Indexed on
2010/05/04
12:08 UTC
Read the original article
Hit count: 181
entity-framework
Is there an equivalence in Entity Framework to NHibernate SchemaExport?
Given I have a working Entity-Model, I would like to programmatically initialize a database.
I would like to use this functionality in the setup of my integration tests.
Creating the matching DDL for an Entity-Model would also suffice.
© Stack Overflow or respective owner