update README.md.

Signed-off-by: sunkaixuan <610262374@qq.com>
This commit is contained in:
sunkaixuan
2024-03-13 11:16:14 +00:00
committed by Gitee
parent 77858d1169
commit f550437330

View File

@@ -190,7 +190,7 @@ Db.Storageable(list2).PageSize(1000).ExecuteCommand();
Db.Storageable(list2).PageSize(1000,exrows=> { }).ExecuteCommand(); Db.Storageable(list2).PageSize(1000,exrows=> { }).ExecuteCommand();
``` ```
### Feature9 Auto split table ### Feature9 : Auto split table
Split entity Split entity
```cs ```cs
[SplitTable(SplitType.Year)]//Table by year (the table supports year, quarter, month, week and day) [SplitTable(SplitType.Year)]//Table by year (the table supports year, quarter, month, week and day)
@@ -216,7 +216,7 @@ Split query
.ToPageList(1,2);  .ToPageList(1,2); 
``` ```
### Feature10 Big data insert or update #### Feature10 : Big data insert or update
```cs ```cs
10.1 BulkCopy 10.1 BulkCopy
db.Fastest<Order>().BulkCopy(lstData);//insert db.Fastest<Order>().BulkCopy(lstData);//insert