[]
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
| Type | Name | Description |
|---|---|---|
| C1DataCollection<T> | dataCollection | The data collection. |
| Expression<Func<T, object>> | groupPath | The group path. |
| Type | Description |
|---|---|
| Task |
| Name | Description |
|---|---|
| T |