2
Answers

DbEntityValidationException of Entity Framework

Manish Kumar

Manish Kumar

8y
319
1
Validation failed for one or more entities. See 'EntityValidationErrors' property for more details.
 
public void Save()
{
_context.SaveChanges();
}
 
Answers (2)