mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Add unit test
This commit is contained in:
@@ -208,6 +208,11 @@ namespace OrmTest
|
||||
//.Where(it=>it.Child.Any())
|
||||
.ToList();
|
||||
|
||||
var xxx21 = db.QueryableByObject(typeof(Tree1))
|
||||
.Includes("Child", "Child", "Child")
|
||||
.Includes("Parent", "Parent", "Parent")
|
||||
//.Where(it=>it.Child.Any())
|
||||
.ToList();
|
||||
|
||||
var xxx2 = db.Queryable<Tree1>()
|
||||
.Includes(it => it.Child)
|
||||
|
Reference in New Issue
Block a user