mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +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();
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user