Initializes a new instance of the OrderByAttribute class.

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

Syntax

C#
public OrderByAttribute(
	string orderBy
)
Visual Basic (Declaration)
Public Sub New ( _
	orderBy As String _
)

Parameters

orderBy
Type: System..::.String
The ORDER BY clause. E.g. "Name, DateOfBirth DESC"

See Also