Entity Developer and Materialized View

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
lancelotti
Posts: 16
Joined: Tue 23 Feb 2010 18:28

Entity Developer and Materialized View

Post by lancelotti » Mon 22 Mar 2010 22:15

I've created a materialized view on Oracle but Entity Developer doesn't see it as a view nither as a table.

How can I map it?

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

Post by AndreyR » Tue 23 Mar 2010 10:28

The simplest solution is to create a view or table with an identcal structure, add it to the model
and then simply change the Table Name property for the table in the Store part of the model.

Post Reply