Lith 8 mesi fa
parent
commit
c4ab3adc01

+ 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  |   |
 |     |     |   |   |