Oracle CodeFirst

This commit is contained in:
sunkaixuan
2018-11-25 20:04:59 +08:00
parent 22db10c9c0
commit 5853196116
4 changed files with 50 additions and 12 deletions

View File

@@ -41,12 +41,12 @@ namespace OrmTest
OrmTest.Demo.Query.Init();
OrmTest.Demo.Insert.Init();
// OrmTest.Demo.Delete.Init();
OrmTest.Demo.Update.Init();
OrmTest.Demo.DbFirst.Init();
OrmTest.Demo.JoinSql.Init();
OrmTest.Demo.Filter.Init();
OrmTest.Demo.ComplexModel.Init();
//OrmTest.Demo.CodeFirst.Init();
//OrmTest.Demo.Update.Init();
//OrmTest.Demo.DbFirst.Init();
//OrmTest.Demo.JoinSql.Init();
//OrmTest.Demo.Filter.Init();
//OrmTest.Demo.ComplexModel.Init();
OrmTest.Demo.CodeFirst.Init();
}
}
}