我有两个模型,为CE 和DeviceInterface ,其中,CE 模型具有属性ICollection<DeviceInterface> DeviceInterfaces
之后我使用的是repository模式,现想删除掉CE 底下的多个DeviceInterface,我是这样做的
DeviceInterfaceRepository.Delete(DeviceInterfaceRepository.GetById(Id));
出现如下错误
AnalysisSNMPTest.entityFrameworkTesting.TestDeleteSub:System.InvalidOperationException : Adding a relationship with an entity which is in the Deleted state is not allowed.
在此之间,我没有使用其他Repository,特没有让entityFramework 读出CE 的模型我被折磨了好久, Google出的方式好像都不是太管用,
各位拜托了,邮箱jicheng1014#gmail.com 先谢谢了
- 3 回答
- 0 关注
- 463 浏览
添加回答
举报
0/150
提交
取消