Update Demo

This commit is contained in:
sunkaixuan
2019-06-02 09:51:09 +08:00
parent f271832a90
commit eac97593d2
2 changed files with 5 additions and 5 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("student").WhereColumns("id").ExecuteCommand();
var t666 = db.Updateable(dtList).AS("student").WhereColumns("id").ExecuteCommand();
var t66 = db.Updateable(dt).AS("[Order]").WhereColumns("id").ExecuteCommand();
var t666 = db.Updateable(dtList).AS("[Order]").WhereColumns("id").ExecuteCommand();