mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +08:00
update demo
This commit is contained in:
parent
b0f8301981
commit
20271e2ddd
@ -150,6 +150,8 @@ namespace OrmTest
|
||||
db.CodeFirst.InitTables<BoolTest1>();
|
||||
db.CodeFirst.InitTables<BoolTest2>();
|
||||
db.Queryable<BoolTest1>().Where(it => !it.a).ToList();
|
||||
var test01= db.Queryable<SaleOrder>().GroupBy(it => new { it.CheckTime.Value.Date })
|
||||
.Select(it => new { x = it.CheckTime.Value.Date }).ToList();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user