关于EF的一点小记录

今日新闻:朝鲜要改革开放了!!!比你牛逼的人都在努力,你还有理由懒惰吗?

宇宙强大IDE配套的EF问题记录

今天做数据添加时,Id我设置为int类型了,结果在做Add操作时报的错让我摸不着头脑,后来问了问大神最终还是处理掉了。

异常如下:

System.Data.Entity.Infrastructure.DbUpdateException
HResult=0x80131501
Message=An error occurred while updating the entries. See the inner exception for details.
Source=EntityFramework
StackTrace:
at System.Data.Entity.Internal.InternalContext.SaveChanges()
at Keying.Repositories.UnitOfWork.Commit() in D:\WorkSpace\WMS\Keying.Repositories\UnitOfWork.cs:line 38
at Keying.DomainService.System.Service.SysMessageService.Add(SysMessageDTO sysMessageDTO) in D:\WorkSpace\WMS\Keying.DomainService\System\Service\SysMessageService.cs:line 42
at OptimusPrime.Client.Main.Views.MainView.SaveMsgToDB() in D:\WorkSpace\WMS\OptimusPrime.Client\OptimusPrime.Client.Main\Views\MainView.xaml.cs:line 125
at OptimusPrime.Client.Main.Views.MainView.<Timer_Tick>b__10_0() in D:\WorkSpace\WMS\OptimusPrime.Client\OptimusPrime.Client.Main\Views\MainView.xaml.cs:line 72
at System.Threading.Tasks.Task.Execute()

内部异常 1:
UpdateException: An error occurred while updating the entries. See the inner exception for details.

内部异常 2:
SqlException: 不能将值 NULL 插入列 'id',表 'KEY_NEWWMS.dbo.sysmessage';列不允许有 Null 值。INSERT 失败。
语句已终止。

检查几遍我的Entity属性Id都不为null,见鬼了???

最后得知EF中int类型为默认自增,我们需要手动标记为:[DatabaseGenerated(DatabaseGeneratedOption.None)]。

 

转载于:https://www.cnblogs.com/stoneWl/p/8944398.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值