Specifies that the results of the Query should be grouped together only if all values match.

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

Syntax

C#
public Group WhereAllMatch()
Visual Basic (Declaration)
Public Function WhereAllMatch As Group

Return Value

A Group specifying grouping on the current expression(s) only if all values match.

See Also