Update README.md

This commit is contained in:
果糖网 2021-11-24 09:56:03 +08:00 committed by GitHub
parent 480c631d8a
commit a3befddbaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -199,7 +199,7 @@ Split query
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(),new string[]{"id"},new string[]{"name","time"})//no primary key