Adding a table to a database and then updating entity framework?
I'm working on an asp.net core application and I'm using entity framework core and I'm also using Visual Studio 2017.
I needed to add a table to my database. I went ahead and created the table SQL Server Management Studio. All I need to do now is update the entity framework to see my table.
Unfortunately, I'm having a hard time finding a tutorial to walk me through doing this.
0 comments:
Post a Comment