mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-16 07:57:33 +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>()
|
var list3 = db.Queryable<Country111>()
|
||||||
.Includes(x => x.Provinces,x=>x.citys)
|
.Includes(x => x.Provinces,x=>x.citys)
|
||||||
.ToList();
|
.ToList();
|
||||||
|
var list4=db.Queryable<Country111>()
|
||||||
|
.IncludesByNameString("Provinces", "citys").ToList();
|
||||||
}
|
}
|
||||||
|
|
||||||
[SugarTable("Country_111")]
|
[SugarTable("Country_111")]
|
||||||
|
Loading…
Reference in New Issue
Block a user