mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Update DuckDb
This commit is contained in:
parent
86d3dd4331
commit
4d4bfbd8ca
@ -1,5 +1,9 @@
|
|||||||
using SqlSugar;
|
using SqlSugar;
|
||||||
using OrmTest;
|
using OrmTest;
|
||||||
_1_CodeFirst.Init();
|
_1_CodeFirst.Init();
|
||||||
|
_2_DbFirst.Init();
|
||||||
|
_3_EasyQuery.Init();
|
||||||
|
_4_JoinQuery.Init();
|
||||||
|
_5_PageQuery.Init();
|
||||||
Console.WriteLine("DEMO执行完成");
|
Console.WriteLine("DEMO执行完成");
|
||||||
Console.Read();
|
Console.Read();
|
||||||
|
Loading…
Reference in New Issue
Block a user