Parcourir la source

Merge branch 'release/2.1.1' of Vit-Orm/Vitorm into master

LithWang il y a 8 mois
Parent
commit
3b9a7fb709
4 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 1 1
      README.md
  2. 1 1
      src/Vitorm.MySql/README.md
  3. 1 1
      src/Vitorm.SqlServer/README.md
  4. 1 1
      src/Vitorm.Sqlite/README.md

+ 1 - 1
README.md

@@ -47,7 +47,7 @@ supported features:
 |  change database  |  ChangeDatabase   | change database to be connected  |   |
 | --- | --- | --- | --- |
 |  collection total count   |  TotalCount    |  Collection Total Count without Take and Skip   |   |
-|  collection total count and list  |  ToListAndTotalCount   | query List and TotalCount at on request  |   |
+|  collection total count and list  |  ToListAndTotalCount   | query List and TotalCount in one request  |   |
 |     |     |   |   |
 
 

+ 1 - 1
src/Vitorm.MySql/README.md

@@ -36,7 +36,7 @@ supported features:
 |  change database  |  ChangeDatabase   | change database to be connected  |   |
 | --- | --- | --- | --- |
 |  collection total count   |  TotalCount    |  Collection Total Count without Take and Skip   |   |
-|  collection total count and list  |  ToListAndTotalCount   | query List and TotalCount at on request  |   |
+|  collection total count and list  |  ToListAndTotalCount   | query List and TotalCount in one request  |   |
 |     |     |   |   |
 
 

+ 1 - 1
src/Vitorm.SqlServer/README.md

@@ -36,7 +36,7 @@ supported features:
 |  change database  |  ChangeDatabase   | change database to be connected  |   |
 | --- | --- | --- | --- |
 |  collection total count   |  TotalCount    |  Collection Total Count without Take and Skip   |   |
-|  collection total count and list  |  ToListAndTotalCount   | query List and TotalCount at on request  |   |
+|  collection total count and list  |  ToListAndTotalCount   | query List and TotalCount in one request  |   |
 |     |     |   |   |
 
 

+ 1 - 1
src/Vitorm.Sqlite/README.md

@@ -36,7 +36,7 @@ supported features:
 |  change database  |  ChangeDatabase   | change database to be connected  |   |
 | --- | --- | --- | --- |
 |  collection total count   |  TotalCount    |  Collection Total Count without Take and Skip   |   |
-|  collection total count and list  |  ToListAndTotalCount   | query List and TotalCount at on request  |   |
+|  collection total count and list  |  ToListAndTotalCount   | query List and TotalCount in one request  |   |
 |     |     |   |   |