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

Parameters

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

Return Value

A new Order for the supplied attribute.

See Also