mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 02:14:53 +08:00
Update demo
This commit is contained in:
@@ -62,7 +62,7 @@ namespace OrmTest
|
|||||||
db.Tracking(updateObj);
|
db.Tracking(updateObj);
|
||||||
updateObj.Name = "a1" + Guid.NewGuid();
|
updateObj.Name = "a1" + Guid.NewGuid();
|
||||||
db.Updateable(updateObj).ExecuteCommand();
|
db.Updateable(updateObj).ExecuteCommand();
|
||||||
|
db.TempItems = null;
|
||||||
|
|
||||||
|
|
||||||
/*** 2.by expression ***/
|
/*** 2.by expression ***/
|
||||||
|
|||||||
Reference in New Issue
Block a user