mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
-
This commit is contained in:
parent
25beca8ee5
commit
f58eeef924
@ -63,6 +63,12 @@ namespace OrmTest
|
||||
.PublicSetColumns(it => it.Price, it => it.Price + 1)
|
||||
.ExecuteCommand();
|
||||
|
||||
var result68 =
|
||||
db.Updateable(updateObjs.First())
|
||||
.PublicSetColumns(it => it.Price, it => it.Price + 1)
|
||||
.ExecuteCommand();
|
||||
|
||||
|
||||
//Update by track
|
||||
Console.WriteLine(" Tracking 1:");
|
||||
db.Tracking(updateObj);
|
||||
|
Loading…
Reference in New Issue
Block a user