ADD SelectMergeAsTable

This commit is contained in:
sunkaixuan
2017-08-25 13:02:50 +08:00
parent 4f1844fa57
commit 8a91c7fb88
4 changed files with 24 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ namespace OrmTest
OrmTest.Demo.JoinSql.Init();
OrmTest.Demo.Filter.Init();
OrmTest.Demo.ComplexModel.Init();
OrmTest.Demo.CodeFirst.Init();
OrmTest.Demo.CodeFirst.Init();;
}
}
}