Add another attribute to the Order specification.

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

Syntax

C#
public Order AndBy(
	QueryExpression expression
)
Visual Basic (Declaration)
Public Function AndBy ( _
	expression As QueryExpression _
) As Order

Parameters

expression
Type: Mindscape.LightSpeed.Querying..::.QueryExpression
The expression to sort by.

Return Value

A new Order built by combining the current Order and the supplied expression

See Also