From f550437330efae16ca6d0d22bb1b1a5000930895 Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Wed, 13 Mar 2024 11:16:14 +0000 Subject: [PATCH] update README.md. Signed-off-by: sunkaixuan <610262374@qq.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d32ebd31..e6b8ede64 100644 --- a/README.md +++ b/README.md @@ -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().BulkCopy(lstData);//insert