I created a data model that has some views from my database as entities,when I create a linq statment that has part of this view’s entities ,the time processor take to execute the linq statment is very long..
can anyone help?
I created a data model that has some views from my database as entities,when
Share
The solution was to map the view as a is a table in the entity model
then the problem is solved