果糖网
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|