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