mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 18:52:50 +08:00
完善 Distinct 注释
This commit is contained in:
parent
2a61415f06
commit
250d13c330
@ -255,6 +255,12 @@ namespace FreeSql
|
||||
|
||||
/// <summary>
|
||||
/// 查询数据前,去重
|
||||
/// <para>
|
||||
/// .Distinct().ToList(x => x.GroupName) 对指定字段去重
|
||||
/// </para>
|
||||
/// <para>
|
||||
/// .Distinct().ToList() 对整个查询去重
|
||||
/// </para>
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
TSelect Distinct();
|
||||
|
Loading…
x
Reference in New Issue
Block a user