Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Map entities to database with Entity Framework

I've made a quite big domain model with entity framework. I wanted to know if it is possible to map it so i create automaticly the tables in the database wanted?

I've looked up edmgen.exe but still couldn't find the right command.

thank's for helping!

Edit1: I know the tool LightSpeed from Mindscape ofer this features that's why i think that entity framework does the same.

Edit2 : Non one likes me...

like image 900
Polo Avatar asked Jul 20 '26 23:07

Polo


1 Answers

currently this is not available but i thing this feature will be shipped with vs2010

like image 114
Oscar Cabrero Avatar answered Jul 22 '26 12:07

Oscar Cabrero