Manish Kumar

Manish Kumar

  • NA
  • 5
  • 660

DbEntityValidationException of Entity Framework

Mar 17 2016 6:05 AM
Validation failed for one or more entities. See 'EntityValidationErrors' property for more details.
 
public void Save()
{
_context.SaveChanges();
}
 

Answers (2)