You are here: Symbol Reference > Stimulsoft.Base.Json.Utilities.LinqBridge Namespace > Enumerable Class > Enumerable Methods > GroupBy Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
GroupBy Method

This is the overview for the GroupBy method overload.

 
Name 
Description 
 
Groups the elements of a sequence according to a specified key selector function.  
 
Groups the elements of a sequence according to a key selector function. The keys are compared by using a comparer and each group's elements are projected by using a specified function.  
 
Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and its key. The elements of each group are projected by using a specified function.  
 
Groups the elements of a sequence according to a specified key selector function and projects the elements for each group by using a specified function.  
 
Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and its key. The keys are compared by using a specified comparer.  
 
Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and its key. Key values are compared by using a specified comparer, and the elements of each group are projected by using a specified function.  
 
Groups the elements of a sequence according to a specified key selector function and creates a result value from each group and its key.  
 
Groups the elements of a sequence according to a specified key selector function and compares the keys by using a specified comparer.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.