mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 16:18:47 +08:00
Update README.md
This commit is contained in:
parent
480c631d8a
commit
a3befddbaf
@ -199,7 +199,7 @@ Split query
|
|||||||
db.Fastest<RealmAuctionDatum>().BulkCopy(GetList());
|
db.Fastest<RealmAuctionDatum>().BulkCopy(GetList());
|
||||||
|
|
||||||
|
|
||||||
//uupdate A million only takes a few seconds
|
//update A million only takes a few seconds
|
||||||
db.Fastest<RealmAuctionDatum>().BulkUpdate(GetList());//A million only takes a few seconds完
|
db.Fastest<RealmAuctionDatum>().BulkUpdate(GetList());//A million only takes a few seconds完
|
||||||
db.Fastest<RealmAuctionDatum>().BulkUpdate(GetList(),new string[]{"id"},new string[]{"name","time"})//no primary key
|
db.Fastest<RealmAuctionDatum>().BulkUpdate(GetList(),new string[]{"id"},new string[]{"name","time"})//no primary key
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user