mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
update README.md.
Signed-off-by: sunkaixuan <610262374@qq.com>
This commit is contained in:
parent
4d987249a3
commit
220f35f4be
@ -247,9 +247,5 @@ db.Queryable<Order>().ForEach(it=> { order.Add(it); } ,2000);
|
|||||||
|
|
||||||
10.5 BulkDelete
|
10.5 BulkDelete
|
||||||
db.Deleteable<Order>(list).PageSize(1000).ExecuteCommand();
|
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