views:

31

answers:

1

When I create a view in database, then I want to add it to EF Model. In the list to add object, I can see and select the view, but nothing happened when try to add it to Model. It is because there is no Key for the view.

How to add view to Model?

+1  A: 

Check out this tip, it might help

Alex

Alex James