Lith 8 달 전
부모
커밋
c4ab3adc01
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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  |   |
 |     |     |   |   |