[]
Configure PropertyGroupDescription.
public virtual TBuilder GroupBy(params string[] names)
Public Overridable Function GroupBy(ParamArray names As String()) As TBuilder
| Type | Name | Description |
|---|---|---|
| string[] | names | The property names used for grouping. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |