mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Add unit test
This commit is contained in:
parent
f33875381f
commit
59795c21b0
@ -363,6 +363,12 @@ namespace OrmTest
|
||||
{
|
||||
Name = x.School_Name,
|
||||
}, true).ToList();
|
||||
|
||||
var list10 = db.Queryable<SchoolA>()
|
||||
.Select(x=>new SchoolA()
|
||||
{
|
||||
CityId=x.RoomList.Count()
|
||||
}, true).ToList();
|
||||
}
|
||||
|
||||
public class UnitView01
|
||||
|
Loading…
Reference in New Issue
Block a user