mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
Update demo
This commit is contained in:
parent
97b3d3affc
commit
1c4fc2e75c
@ -91,7 +91,11 @@ static void ServerTest()
|
||||
|
||||
|
||||
var list = sqlugar.Queryable<UnitDate01231>().OrderByDescending(it => it.dateOnly).ToList();
|
||||
|
||||
var list222 = sqlugar.Queryable<UnitDate01231>()
|
||||
.Select(it=>new {
|
||||
x=it.dateOnly,
|
||||
y=it.dateOnly.Month
|
||||
}).ToList();
|
||||
var d1 = new UnitDate01231().dateOnly;
|
||||
var d2 = new UnitDate01231().timeOnly;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user