Home > Net >  Using EntityFramework, how do I edit the DataGridView (Winform) and then save to the database
Using EntityFramework, how do I edit the DataGridView (Winform) and then save to the database

Time:03-27

I use EntityFramework, how do I edit the DataGridView (Winform) and then save to the database

CodePudding user response:

Since all use EF, data context dbcontext ah, without considering the database, docontext. Savechanges ();
  •  Tags:  
  • C#
  • Related