This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
sdorn
/
EF_Code_First
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
V0.1
master
Siegfried Dorn
3 years ago
parent
ca75f50424
0951749285
commit
6c8bbdb7c3
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
EF_Code_First/Models/SC_DbContext.cs
+ 1
- 0
EF_Code_First/Models/SC_DbContext.cs
View File
@@ -17,6 +17,7 @@ namespace EF_Code_First.Models
protected override void OnConfiguring(DbContextOptionsBuilder options)
=> options.UseSqlite($"Data Source={DbPath}");
/*
protected override void OnModelCreating(ModelBuilder modelBuilder)
{
Write
Preview
Loading…
Cancel
Save