mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Add unit test
This commit is contained in:
@@ -389,6 +389,8 @@ namespace OrmTest
|
||||
.IncludesAllFirstLayer().ToList();
|
||||
var list103 = db.QueryableByObject(data)
|
||||
.IncludesAllFirstLayer("Books2").ToList();
|
||||
|
||||
var list104 = db.QueryableByObject(data).Includes("SchoolA", "RoomList").ToList();
|
||||
}
|
||||
|
||||
public class UnitView01
|
||||
|
Reference in New Issue
Block a user