mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Add unit test
This commit is contained in:
@@ -85,6 +85,9 @@ namespace OrmTest
|
||||
{
|
||||
Console.Write(item.StorageMessage+" ");
|
||||
}
|
||||
db.Queryable<UinitBlukTable>()
|
||||
.Select(it => SqlFunc.IF(it.Create > it.Create).Return(it.Create).End(it.Create))
|
||||
.ToList();
|
||||
db.DbMaintenance.TruncateTable<UinitBlukTable>();
|
||||
IDemo1();
|
||||
IDemo2();
|
||||
|
Reference in New Issue
Block a user