Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SqlMetal alternative for Entity Framework 4

I used to prefer using SqlMetal to the OR Designer in Visual Studio when generating my Linq2SQL model.

So, my question is: Is there an equivalent to SqlMetal for generating EF4 models, i.e. a command-line tool for rebuilding my EF classes in one step?

like image 601
James McCormack Avatar asked Sep 09 '10 09:09

James McCormack


1 Answers

EF has a tool called EDM Generator.

like image 132
Ladislav Mrnka Avatar answered Sep 28 '22 02:09

Ladislav Mrnka