DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / IndexedQueryExtensions Class / GroupBy Method

In This Topic
    GroupBy Method (IndexedQueryExtensions)
    In This Topic
    Groups the elements of a collection 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.
    Overload List
    OverloadDescription
    Groups the elements of a collection 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 collection according to a specified key selector function and projects the elements for each group by using a specified function.  
    Groups the elements of a collection according to a specified key selector function and creates a result value from each group and its key.  
    Groups the elements of a collection according to a specified key selector function.  
    See Also