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(
	string attribute
)
Visual Basic (Declaration)
Public Function AndBy ( _
	attribute As String _
) As Order

Parameters

attribute
Type: System..::.String
The attribute to sort by.

Return Value

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

See Also