Support custom SqlFunc Method

This commit is contained in:
sunkaixuan
2017-11-17 14:08:25 +08:00
parent 2dca1b923d
commit d66e84c911
15 changed files with 215 additions and 105 deletions

View File

@@ -48,6 +48,7 @@ namespace OrmTest
OrmTest.Demo.Aop.Init();
OrmTest.Demo.MasterSlave.Init();
OrmTest.Demo.SharedConnection.Init();
OrmTest.Demo.ExtSqlFun.Init();
}
}
}