mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Add unit test
This commit is contained in:
parent
43df2fa762
commit
25b3788a44
@ -108,6 +108,8 @@ namespace OrmTest
|
||||
.ExecuteCommand();
|
||||
|
||||
var list14=db.Queryable<UnitJsonTestadsga1>().ToList();
|
||||
var list150 = db.Queryable<UnitJsonTest>().ToDictionary(it => it.Id, it => it.Order);
|
||||
var list15 = db.Queryable<UnitJsonTest>().ToDictionaryAsync(it=>it.Id,it=>it.Order).GetAwaiter().GetResult();
|
||||
}
|
||||
}
|
||||
public class UnitJsonTestadsga1
|
||||
|
Loading…
Reference in New Issue
Block a user