mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-27 16:50:33 +08:00
Add unit test
This commit is contained in:
@@ -31,6 +31,9 @@ namespace OrmTest
|
|||||||
{
|
{
|
||||||
throw new Exception("unit error");
|
throw new Exception("unit error");
|
||||||
}
|
}
|
||||||
|
var q=db.Queryable<Order>().Select(it => new { id = it.Id });
|
||||||
|
var q2 = db.Queryable<Order>().Select(it => new { id = 1 });
|
||||||
|
var list=db.UnionAll(q, q2).ToList();
|
||||||
}
|
}
|
||||||
public class UintAnyModel
|
public class UintAnyModel
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user