Update demo

This commit is contained in:
sunkaixuna
2021-11-21 14:29:32 +08:00
parent 3a3c9c229f
commit e574759519
2 changed files with 4 additions and 1 deletions

View File

@@ -106,6 +106,9 @@ namespace OrmTest
.Where(a => SqlFunc.StartsWith(a.Name, levelCode))
.AddQueue();
db.SaveQueues();
db.Fastest<Order>().BulkCopy(updateObjs);
Console.WriteLine("#### Updateable End ####");
}