Specifies that the results of the Query should be grouped using all selected attributes; that is, only identical records will be grouped.

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 BySelection()
Visual Basic (Declaration)
Public Shared Function BySelection As Group

Return Value

A Group specifying grouping on all selected attributes.

See Also