Entity developer + SQL Server

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
fcorreia
Posts: 5
Joined: Mon 20 Apr 2009 08:38

Entity developer + SQL Server

Post by fcorreia » Mon 20 Apr 2009 10:05

Hi

It's Possible to create a CSDL, MSL and SSDL with Entity Developer?

If positive how can I do so?

With Entity Developer for SQL Server I could only generate the .cs.

No entities, just classes.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Wed 22 Apr 2009 08:59

The default custom action for the .edml file in Visual Studio includes embedding these 3 files as resources to the executable.
You can obtain .csdl, .msl, and .ssdl files by opening the .edml file in the standalone Entity Developer and generating the code.

Post Reply