[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder-3.GroupBy

GroupBy Method

GroupBy(params string[])

Configurates GroupDescriptions. Sets the group descriptions with a name list.

Declaration
public virtual TBuilder GroupBy(params string[] names)
Parameters
Type Name Description
string[] names

A list of the property names for grouping.

Returns
Type Description
TBuilder

Current builder.