Scaffold existing database asp core 3

MySQL Server -- Posted on Oct. 24, 2020

Scaffold existing database aspcore 3

              
                Scaffold-DbContext "Server=(localdb)\mssqllocaldb;Database=dbname;Trusted_Connection=True;MultipleActiveResultSets=true" Microsoft.EntityFrameworkCore.SqlServer -OutputDir DirName -DataAnnotations
                  
   
            

Related Posts