DbContext.SaveChanges method in an Entity Framework method that saves all changes made in a context to the underlying database.
DbContext.SaveChanges
method is Entity Framework method that saves all changes made in a context to the underlying database. More info: https://msdn.microsoft.com/en-us/library/system.data.entity.dbcontext.savechanges%28v=vs.113%29.aspx