migrate models from lqml to edmx or edml

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
markino
Posts: 1
Joined: Wed 26 Jan 2011 09:57

migrate models from lqml to edmx or edml

Post by markino » Wed 26 Jan 2011 10:04

hi, i have defined a complex devart entity model, now working with ria I understand it's not the best way but it could be better work with an Ado.Net entity data model using Devart.Data.Oracle as data provider.

What the best way to migrate data models from lqml to edmx or edml?

ty in advance,
M.

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

Post by AndreyR » Wed 26 Jan 2011 18:12

The simplest way is to create a new model from the correct DB tables.
You can generate a database using the Generate Database From Model wizard, and then create a new model from existing tables using the Database First approach.

Post Reply