Good day every one I have created an Asp.Net core MVC application and have created the DB context successfully using Database First approach. Now I have created a SQL Server View. I want to add this View (only view) to the existing DBContext now. Please guide me how to scaffold only this view into DB context so that I could have model class for this.
"connectionString": "Data Source=TestServer;Initial Catalog=TestDB;user=TestUser;password=TestPassword;"
and already esisted Model classes are in Models folder.
I will appreciate your quick reply.