共用方式為


QueryBuilder.GroupBy<'T,'Q,'Key> 方法 (F#)

查詢運算子,會根據指定的索引鍵選取器群組目前選取的項目。

Namespace/Module Path:Microsoft.FSharp.Linq

組件:FSharp.Core (在 FSharp.Core.dll 中)

// Signature:
member this.GroupBy : QuerySource<'T,'Q> * ('T -> 'Key) -> QuerySource<IGrouping<'Key,'T>,'Q> when 'Key : equality

// Usage:
queryBuilder.GroupBy (source, keySelector)

參數

  • source
    型別: QuerySource<'T,'Q>

    輸入查詢。

  • keySelector
    型別:" T " - > "鍵

    針對每個項目所指定群組的函式。

傳回值

已群組的查詢。

備註

如需詳細資訊和範例,請參閱 查詢運算式 (F#)

平台

Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2

版本資訊

F# 核心程式庫版本

支援版本:4.0,可攜式執行檔 (PE)。

請參閱

參考

Linq.QueryBuilder 類別 (F#)

Microsoft.FSharp.Linq 命名空間 (F#)