mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-08-03 01:57:58 +08:00
- 调整 DbContext/Repository EnableAddOrUpdateNavigateList 默认关闭;
This commit is contained in:
@ -20,7 +20,7 @@ namespace FreeSql
|
|||||||
/// - 属性集合为空时,删除他们的所有关联数据(中间表)
|
/// - 属性集合为空时,删除他们的所有关联数据(中间表)
|
||||||
/// - 属性集合不为空时,与数据库存在的关联数据(中间表)完全对比,计算出应该删除和添加的记录
|
/// - 属性集合不为空时,与数据库存在的关联数据(中间表)完全对比,计算出应该删除和添加的记录
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool EnableAddOrUpdateNavigateList { get; set; } = true;
|
public bool EnableAddOrUpdateNavigateList { get; set; } = false;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 实体变化事件
|
/// 实体变化事件
|
||||||
|
Reference in New Issue
Block a user