Specifies that the results of the Query should be grouped by the specified attribute or expression.

Namespace:  Mindscape.LightSpeed.Querying
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public static Group By(
	IAttributePathExpression identifier
)
Visual Basic (Declaration)
Public Shared Function By ( _
	identifier As IAttributePathExpression _
) As Group

Parameters

identifier
Type: Mindscape.LightSpeed.Querying..::.IAttributePathExpression
The expression by which to group results.

Return Value

A Group specifying grouping on the identifier expression

See Also