-
Notifications
You must be signed in to change notification settings - Fork 0
bheaps99/COMP3973BH
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
"NW": "Data Source=max.bcit.ca;Database=Northwind;Persist Security Info=True;User ID=nw;Password=N0rthP@55;"
services.AddDbContext<NorthwindContext>(options => options.UseSqlServer(Configuration.GetConnectionString("NW")));
dotnet-ef dbcontext scaffold "Data Source=max.bcit.ca;Database=Northwind;Persist Security Info=True;User ID=nw;Password=N0rthP@55;" Microsoft.EntityFrameworkCore.SqlServer -c NorthwindContext -o Models/NWAbout
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published