mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update demo
This commit is contained in:
parent
24d63c09c7
commit
0c83bd5d35
@ -212,6 +212,8 @@ namespace OrmTest
|
||||
x2 = o2,
|
||||
x3 = o3
|
||||
}).ToList();
|
||||
|
||||
var list16=Db.Queryable<Order>().OrderBy(it => it.CreateTime.ToString("yyyy-MM-dd")).Select(it=> new { x = it.CreateTime.ToString("yyyy-MM-dd") }).ToList();
|
||||
}
|
||||
|
||||
public class UnitEnumTest
|
||||
|
Loading…
Reference in New Issue
Block a user