mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-24 21:13:46 +08:00
Update demo
This commit is contained in:
@@ -158,7 +158,7 @@ namespace OrmTest
|
||||
db.Insertable(dict).AS("[Order]").ExecuteCommand();
|
||||
|
||||
|
||||
db.Fastest<Order>().BulkUpdate(insertObjs);
|
||||
db.Fastest<Order>().BulkCopy(insertObjs);
|
||||
Console.WriteLine("#### Insertable End ####");
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user