mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Add unit test
This commit is contained in:
@@ -100,6 +100,12 @@ namespace OrmTest
|
||||
x2 = o2,
|
||||
x3 = o3
|
||||
}).ToList();
|
||||
|
||||
var list16=Db.Queryable<Order>().Select(x => new BoolTest1
|
||||
{
|
||||
// c=SqlFunc.Subqueryable<Order>().Where(z=>z.Id==x.Id).Count(),
|
||||
a = !string.IsNullOrEmpty(x.Name)
|
||||
}).ToList();
|
||||
}
|
||||
|
||||
public static class IEnumerbleContains
|
||||
|
Reference in New Issue
Block a user