mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Merge branch 'master' of gitee.com:dotnetchina/SqlSugar
This commit is contained in:
commit
77858d1169
@ -247,9 +247,5 @@ db.Queryable<Order>().ForEach(it=> { order.Add(it); } ,2000);
|
||||
|
||||
10.5 BulkDelete
|
||||
db.Deleteable<Order>(list).PageSize(1000).ExecuteCommand();
|
||||
db.Fastest<RealmAuctionDatum>().AS("tableName").BulkCopy(GetList())
|
||||
|
||||
//set page
|
||||
db.Fastest<Order>().PageSize(300000).BulkCopy(insertObjs);
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user