IGroupDescriptorCreateGroupSortExpression Method |
Creates the group order by expression that sorts
the groups created from this descriptor.
Namespace: Kettic.AspNet.DataAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
SyntaxExpression CreateGroupSortExpression(
Expression groupingExpression
)
Function CreateGroupSortExpression (
groupingExpression As Expression
) As Expression
Expression^ CreateGroupSortExpression(
Expression^ groupingExpression
)
abstract CreateGroupSortExpression :
groupingExpression : Expression -> Expression
Parameters
- groupingExpression
- Type: System.Linq.ExpressionsExpression
The grouping expression, which represents the grouped items
created from the CreateGroupKeyExpression(Expression).
Return Value
Type:
Expression
Expression that represents the sort criteria for each group.
See Also