Gets or sets a Group that determines how the query results are grouped.

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

Syntax

C#
public Group Group { get; set; }
Visual Basic (Declaration)
Public Property Group As Group

See Also