mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-21 02:58:05 +08:00
Update demo
This commit is contained in:
@@ -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 ####");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user