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?
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?