Add another attribute to the Order specification.
            
    Namespace: 
   Mindscape.LightSpeed.QueryingAssembly: 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.