Page 1 of 1

migrate models from lqml to edmx or edml

Posted: Wed 26 Jan 2011 10:04
by markino
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.

Posted: Wed 26 Jan 2011 18:12
by AndreyR
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.