Update Sqlite

This commit is contained in:
sunkaixuan
2017-07-10 01:15:54 +08:00
parent 2a900481fd
commit 7dd24adb4c
4 changed files with 35 additions and 79 deletions

View File

@@ -38,7 +38,7 @@ namespace OrmTest.Demo
var t6 = db.Updateable(updateObj).With(SqlWith.UpdLock).ExecuteCommand();
//update List<T>
var t7 = db.Updateable(updateObjs).ExecuteCommand();
// var t7 = db.Updateable(updateObjs).ExecuteCommand();
//Re Set Value
var t8 = db.Updateable(updateObj)