mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-26 22:25:49 +08:00
-
This commit is contained in:
@@ -38,7 +38,7 @@ namespace OrmTest.Demo
|
|||||||
var t6 = db.Updateable(updateObj).With(SqlWith.UpdLock).ExecuteCommand();
|
var t6 = db.Updateable(updateObj).With(SqlWith.UpdLock).ExecuteCommand();
|
||||||
|
|
||||||
//update List<T>
|
//update List<T>
|
||||||
var t7 = db.Updateable(updateObjs).ExecuteCommand();
|
//var t7 = db.Updateable(updateObjs).ExecuteCommand();
|
||||||
|
|
||||||
//Re Set Value
|
//Re Set Value
|
||||||
var t8 = db.Updateable(updateObj)
|
var t8 = db.Updateable(updateObj)
|
||||||
|
|||||||
Reference in New Issue
Block a user