Answers for "scaffold-dbcontext VS2019 .net core 2.1 from database using windows authentication c#"

3

scaffold-dbcontext sql server

PM> Scaffold-DbContext "Server=.SQLExpress;Database=SchoolDB;Trusted_Connection=True;" Microsoft.EntityFrameworkCore.SqlServer -OutputDir Models
Posted by: Guest on May-21-2020

Code answers related to "scaffold-dbcontext VS2019 .net core 2.1 from database using windows authentication c#"

Browse Popular Code Answers by Language