mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 08:37:25 +08:00
update README.md.
Signed-off-by: sunkaixuan <610262374@qq.com>
This commit is contained in:
parent
77858d1169
commit
f550437330
@ -190,7 +190,7 @@ Db.Storageable(list2).PageSize(1000).ExecuteCommand();
|
||||
Db.Storageable(list2).PageSize(1000,exrows=> { }).ExecuteCommand();
|
||||
```
|
||||
|
||||
### Feature9 :Auto split table
|
||||
### Feature9 : Auto split table
|
||||
Split entity
|
||||
```cs
|
||||
[SplitTable(SplitType.Year)]//Table by year (the table supports year, quarter, month, week and day)
|
||||
@ -216,7 +216,7 @@ Split query
|
||||
.ToPageList(1,2);
|
||||
```
|
||||
|
||||
### Feature10: Big data insert or update
|
||||
#### Feature10 : Big data insert or update
|
||||
```cs
|
||||
10.1 BulkCopy
|
||||
db.Fastest<Order>().BulkCopy(lstData);//insert
|
||||
|
Loading…
Reference in New Issue
Block a user