How to add a view to Entity Framework Entity?

When I create a view in the database, I want to add it to the EF Model. In the list for adding an object, I see and select a view, but nothing happened when they tried to add it to Model. This is because there is no key to represent.

How to add a view to the model?

+4
source share
1 answer

Check this tip , it may help.

Alex

+2
source

All Articles