mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 18:52:50 +08:00
update tests
This commit is contained in:
parent
d55d7a5374
commit
f39a4cb778
@ -429,6 +429,7 @@ namespace FreeSql.Tests
|
||||
repo.DbContextOptions.EnableAddOrUpdateNavigateList = true; //打开级联保存功能
|
||||
repo.Insert(cts);
|
||||
|
||||
var notreelist1 = repo.Select.ToList();
|
||||
var treelist1 = repo.Select.ToTreeList();
|
||||
|
||||
//repo.SaveMany(cts[0], "Childs"); //指定保存 Childs 一对多属性
|
||||
|
Loading…
x
Reference in New Issue
Block a user