The correct method name is SaveChanges(), which persists all pending changes to the database. This is the standard method on DbContext in Entity Framework. Options A and D are non-existent method names, while B (Save()) is incomplete - the actual method is SaveChanges().