EF通过导航属性取出从表的集合后,无法删除子表
程序员文章站
2022-05-29 09:21:15
主从表是配了级联删除的,如果通过导航属性去除从表明细删除时将报错The relationship could not be changed because one or more of the foreign-key properties is non-nullable 通过实体导航属性取出来的从表 ......
主从表是配了级联删除的,如果通过导航属性去除从表明细删除时将报错the relationship could not be changed because one or more of the foreign-key properties is non-nullable
通过实体导航属性取出来的从表集合,ef无法判断你是否要对其进行别的操作,不会级联删除,必须手动删除从表记录