I see that EF can update a model based on an existing database schema. However, I’m starting totally from scratch; I don’t want to build tables, then rebuild them in the EF model file. Is there a way that I can draw out a model file, and have the SQL tables automatically be created for me?
Share
Unfortunately, you have to wait for version 2 of EF.
Here is a link to the EF team’s blog, where they talk about adding Model First support in v2: