This commit is contained in:
sunkaixuan
2017-10-01 22:48:41 +08:00
parent 4e439f11be
commit 14377771c6

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)