Configurates
C1.Web.Mvc.BaseCollectionViewService<T>.GroupDescriptions. Sets the group descriptions with a name list.
Syntax
'Declaration
Public Overridable Function GroupBy( _
ByVal ParamArray () As String _
) As
public virtual GroupBy(
params string[]
)
Parameters
- names
- A list of the property names for grouping.
Return Value
Current builder.
See Also