Specifies that the results of a grouped Query should be further 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 Group AndBy(
	IAttributePathExpression identifier
)
Visual Basic (Declaration)
Public Function AndBy ( _
	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 current expression and subgrouping on the identifier expression.

See Also