mySQL -> MSSql

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
Zero-G.
Posts: 398
Joined: Sat 09 Dec 2006 12:20

mySQL -> MSSql

Post by Zero-G. » Fri 18 Sep 2009 08:14

Hey

Is it anyhow possible to copy a finished mySQL DatContext to MSSQL DataContext?

THX

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

Post by AndreyR » Fri 18 Sep 2009 11:01

There is no way to copy the Devart.Data.Linq.DataContext instance created in code to System.Data.Linq.DataContext.
If you want to modify the contents of the generated DataContext.Designer.cs file to make
the context Microsoft-compatible, then you should change the Devart.Data.Linq.DataContext type
to the System.Data.Linq.DataContext type and change all attributes accordingly.

Post Reply