Version

CreateGenericCustomGroup(CachedTypedInfo,String,Object) Method

Creates a Generic instance of the GroupByContext.
Syntax
'Declaration
 
Public Overloads Shared Function CreateGenericCustomGroup( _
   ByVal cti As CachedTypedInfo, _
   ByVal propertyName As String, _
   ByVal comparer As Object _
) As GroupByContext
public static GroupByContext CreateGenericCustomGroup( 
   CachedTypedInfo cti,
   string propertyName,
   object comparer
)

Parameters

cti
The type of data to create the GroupByContext from.
propertyName
The name of the property, that the data should be grouped by.
comparer
The IEqualityComparer that will be used to perform the grouping
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also