Update demo

This commit is contained in:
sunkaixuan
2024-09-10 17:30:36 +08:00
parent 4c2b992313
commit dfb4c1fa08
2 changed files with 4 additions and 4 deletions

View File

@@ -78,8 +78,8 @@ namespace OrmTest
var dtList = new List<Dictionary<string, object>>();
dtList.Add(dt);
var t66 = db.Updateable(dt).AS("order").WhereColumns("id").ExecuteCommand();
var t666 = db.Updateable(dtList).AS("order").WhereColumns("id").ExecuteCommand();
var t66 = db.Updateable(dt).AS("ORDERTEST011").WhereColumns("id").ExecuteCommand();
var t666 = db.Updateable(dtList).AS("ORDERTEST011").WhereColumns("id").ExecuteCommand();