We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b0be8 commit fa3aa8eCopy full SHA for fa3aa8e
FreeSql.DbContext/DbContext/DbContextOptions.cs
@@ -20,7 +20,7 @@ public class DbContextOptions
20
/// - 属性集合为空时,删除他们的所有关联数据(中间表)
21
/// - 属性集合不为空时,与数据库存在的关联数据(中间表)完全对比,计算出应该删除和添加的记录
22
/// </summary>
23
- public bool EnableAddOrUpdateNavigateList { get; set; } = true;
+ public bool EnableAddOrUpdateNavigateList { get; set; } = false;
24
25
/// <summary>
26
/// 实体变化事件
0 commit comments