mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
Add unit test
This commit is contained in:
@@ -108,6 +108,8 @@ namespace OrmTest
|
|||||||
.ExecuteCommand();
|
.ExecuteCommand();
|
||||||
|
|
||||||
var list14=db.Queryable<UnitJsonTestadsga1>().ToList();
|
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
|
public class UnitJsonTestadsga1
|
||||||
|
Reference in New Issue
Block a user