简体   繁体   中英

EF6 Create DB using SQLite Model First

I have created edmx file containing my db schema using SQLite. When I launch the application, I would like the application to create a new db file. I tried to use Database.CreateIfNotExists(), but it doesn't do anything.

I understand that it is a model first and not a code first. Is it possible to create a new db file for "model first"?

Thanks, Sam

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