mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 23:13:42 +08:00
Add unit test
This commit is contained in:
parent
418d07615c
commit
186ae33a77
@ -100,6 +100,8 @@ namespace OrmTest
|
||||
var list3 = db.Queryable<Country111>()
|
||||
.Includes(x => x.Provinces,x=>x.citys)
|
||||
.ToList();
|
||||
var list4=db.Queryable<Country111>()
|
||||
.IncludesByNameString("Provinces", "citys").ToList();
|
||||
}
|
||||
|
||||
[SugarTable("Country_111")]
|
||||
|
Loading…
Reference in New Issue
Block a user