mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 10:38:09 +08:00
Add split table demo
This commit is contained in:
@@ -10,7 +10,6 @@ namespace OrmTest
|
||||
{
|
||||
//Each example will automatically create a table and can run independently.
|
||||
//每个例子都会自动建表 并且可以独立运行
|
||||
|
||||
_1_CodeFirst.Init();
|
||||
_2_DbFirst.Init();
|
||||
_3_EasyQuery.Init();
|
||||
@@ -23,6 +22,7 @@ namespace OrmTest
|
||||
_a1_Delete.Init();
|
||||
_a2_Sql.Init();
|
||||
_a3_Merge.Init();
|
||||
_a4_SplitTable.Init();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user