Creates a new 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 static Order By(
	QueryExpression expression
)
Visual Basic (Declaration)
Public Shared Function By ( _
	expression As QueryExpression _
) As Order

Parameters

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

Return Value

A new Order for the supplied attribute.

See Also