简体   繁体   中英

Entity Framework 4 with SQL Server Express files

I know that if you use EF in a model-first manner in VS2010 with a standard SQL Server database then it is easy to apply the generated DDL to the database. Is there an easy way to do this with .mdf files (SQL Server Express Files)

Thanks in advance.

Sussed it properly, you need to apply the DDL by hand, normally using SQL Server Management Studio. You can alternatively use SQL Compact for development.

Just wanted to get it out there.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM