Browse Source

Update README.md

pull/11/head
果糖网 3 years ago
committed by GitHub
parent
commit
a3befddbaf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -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

Loading…
Cancel
Save