How to write scaffolding command to models into folder which is inside another folder in ASP.NET Core MVC?

Viewed 33
Scaffold-DbContext "Server=139.59.57.238;Database=DEM_Masters;Port=54032;User id=admin;Password=admin@123" 
         Npgsql.EntityFrameworkCore.PostgreSQL -OutputDir Model

I want this model directory into a particular folder.

Please help me with the command

0 Answers
Related