mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
- 优化 ConnectionPool 提升被动连接断开的体验(会卡的可以升级);
This commit is contained in:
@ -54,7 +54,7 @@ namespace FreeSql
|
||||
|
||||
/// <summary>
|
||||
/// 以字典的形式返回查询结果<para></para>
|
||||
/// 注意:字典的特点会导致 OrderBy 排序失效
|
||||
/// 注意:字典的特点会导致返回的数据无序
|
||||
/// </summary>
|
||||
/// <typeparam name="TKey"></typeparam>
|
||||
/// <param name="keySelector"></param>
|
||||
|
Reference in New Issue
Block a user