views:

59

answers:

1

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?

+1  A: 

EF has a tool called EDM Generator.

Ladislav Mrnka