Add split table demo

This commit is contained in:
sunkaixuan
2023-11-11 02:40:10 +08:00
parent 507b56f653
commit b6eb16da48
3 changed files with 63 additions and 1 deletions

View File

@@ -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();
}
}