Skip to content

Commit 250d13c

Browse files
2881028810
authored andcommitted
完善 Distinct 注释
1 parent 2a61415 commit 250d13c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

FreeSql/Interface/Curd/ISelect/ISelect0.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,12 @@ public interface ISelect0<TSelect, T1>
255255

256256
/// <summary>
257257
/// 查询数据前,去重
258+
/// <para>
259+
/// .Distinct().ToList(x => x.GroupName) 对指定字段去重
260+
/// </para>
261+
/// <para>
262+
/// .Distinct().ToList() 对整个查询去重
263+
/// </para>
258264
/// </summary>
259265
/// <returns></returns>
260266
TSelect Distinct();

0 commit comments

Comments
 (0)