mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-21 18:48:27 +08:00
Add unit test
This commit is contained in:
@@ -272,6 +272,10 @@ namespace OrmTest
|
|||||||
{
|
{
|
||||||
throw new Exception("unit test error");
|
throw new Exception("unit test error");
|
||||||
}
|
}
|
||||||
|
var x3 = Db.Queryable<BoolTest1>().Select(it => new
|
||||||
|
{
|
||||||
|
a = it.a?1:0
|
||||||
|
}).ToList();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user