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(
	string identifier
)
Visual Basic (Declaration)
Public Shared Function By ( _
	identifier As String _
) As Group

Parameters

identifier
Type: System..::.String
The expression by which to group results.

Return Value

A Group specifying grouping on the identifier expression

See Also