Update Sqlite

This commit is contained in:
sunkaixuan
2017-07-09 17:38:16 +08:00
parent d9866b8064
commit 8107ed3c44
9 changed files with 61 additions and 21 deletions

View File

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