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 -> 'Key为每个元素指定分组功能。
返回值
分组查询。
备注
有关更多信息和示例,请参见 查询表达式(f#)。
平台
Windows 8,Windows 7,Windows server 2012中,Windows server 2008 R2
版本信息
F#核心库版本
支持:4.0,可移植