Mindscape LightSpeed - User Reference & API Documentation
By Method (attribute)
API ReferenceMindscape.LightSpeed.QueryingOrderBy(String)
Creates a new Order specification.
Declaration Syntax
C#Visual Basic
public static Order By(
	string attribute
)
Public Shared Function By ( _
	attribute As String _
) As Order
Parameters
attribute (String)
The attribute to sort on.
Return Value
A new Order for the supplied attribute.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)