This commit is contained in:
parent
5bd1df9cd3
commit
3dbe8bc48f
16
README.md
16
README.md
|
@ -197,14 +197,14 @@ route
|
||||||
|
|
||||||
方法 | Method | [SqlServer Unit Test](https://github.com/xuejmnet/sharding-core/blob/main/test/ShardingCore.Test50/ShardingTest.cs) | [MySql Unit Test](https://github.com/xuejmnet/sharding-core/blob/main/test/ShardingCore.Test50.MySql/ShardingTest.cs)
|
方法 | Method | [SqlServer Unit Test](https://github.com/xuejmnet/sharding-core/blob/main/test/ShardingCore.Test50/ShardingTest.cs) | [MySql Unit Test](https://github.com/xuejmnet/sharding-core/blob/main/test/ShardingCore.Test50.MySql/ShardingTest.cs)
|
||||||
--- |--- |--- |---
|
--- |--- |--- |---
|
||||||
获取集合 |ToShardingListAsync |8 |8
|
获取集合 |ToShardingListAsync |yes |yes
|
||||||
第一条 |ShardingFirstOrDefaultAsync |5 |5
|
第一条 |ShardingFirstOrDefaultAsync |yes |yes
|
||||||
最大 |ShardingMaxAsync |0 |0
|
最大 |ShardingMaxAsync |yes |yes
|
||||||
最小 |ShardingMinAsync |0 |0
|
最小 |ShardingMinAsync |yes |yes
|
||||||
是否存在 |ShardingAnyAsync |0 |0
|
是否存在 |ShardingAnyAsync |yes |yes
|
||||||
分页 |ToShardingPageResultAsync |0 |0
|
分页 |ToShardingPageResultAsync |yes |yes
|
||||||
数目 |ShardingCountAsync |1 |1
|
数目 |ShardingCountAsync |yes |yes
|
||||||
求和 |ShardingSumAsync |0 |0
|
求和 |ShardingSumAsync |yes |yes
|
||||||
|
|
||||||
## 默认路由
|
## 默认路由
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue