DbEntityValidationException on SaveChanges

-3

When I run my program I get the error below. In addition my wrong codes that is Record database. What do I do in this situation? My values are not null.

satırenter code here {}## System.Data.Entity.Validation.DbEntityValidationException becomes

HResult=0x80131920 İleti=Validation failed for one or more entities. See 'EntityValidationErrors' property for more details.

My code db.SaveChanges();

c#
entity-framework
asked on Stack Overflow Aug 7, 2018 by Sümeyye Arslan • edited Aug 7, 2018 by d219

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0