entity-frameworksql-viewasp.net-mvc-scaffoldingasp.net-core-6.0

Scaffold-DbContext SQL database Views ? ASP NET CORE 6


I am new to .Net Core and I'd like to know scaffold EF support sql view like it supports sql table in .Net Core 6? If it supports which command will do? For tables,Scaffold-DbContext and is it same command?

Thank you very much in advance!


Solution

  • Scaffold-DbContext will scaffold both tables and views