[]
Groups the data collection according to the specified group path.
public static Task GroupAsync<T>(this C1DataCollection<T> dataCollection, Expression<Func<T, object>> groupPath) where T : class
Public Shared Function GroupAsync(Of T As Class)(dataCollection As C1DataCollection(Of T), groupPath As Expression(Of Func(Of T, Object))) As Task
| Type | Name | Description |
|---|---|---|
| C1DataCollection<T> | dataCollection | The data collection. |
| Expression<Func<T, object>> | groupPath | The group path. |
| Type | Description |
|---|---|
| Task |
| Name | Description |
|---|---|
| T |