Update demo

This commit is contained in:
sunkaixuan
2022-12-18 18:59:34 +08:00
parent 3670a8bd4f
commit 5c8011557e
9 changed files with 25 additions and 25 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("`Order`").WhereColumns("id").ExecuteCommand();
var t666 = db.Updateable(dtList).AS("`Order`").WhereColumns("id").ExecuteCommand();