[]
Configurates GroupDescriptions. Sets the group descriptions with a name list.
public virtual TBuilder GroupBy(params string[] names)
Type | Name | Description |
---|---|---|
string[] | names | A list of the property names for grouping. |
Type | Description |
---|---|
TBuilder | Current builder. |