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