C1.DataCollection Assembly / C1.DataCollection Namespace / C1DataCollectionEx Class / GroupAsync<T> Method
The data collection.
The group path.

In This Topic
GroupAsync<T> Method (C1DataCollectionEx)
In This Topic
Groups the data collection according to the specified group path.
Syntax
'Declaration
 
Public Shared Function GroupAsync(Of T As Class)( _
   ByVal dataCollection As C1DataCollection(Of T), _
   ByVal groupPath As Expression(Of Func(Of T,Object)) _
) As Task
 

Parameters

dataCollection
The data collection.
groupPath
The group path.

Type Parameters

T
See Also