Mindscape LightSpeed - User Reference & API Documentation
AndBy Method (attribute)
API ReferenceMindscape.LightSpeed.QueryingOrderAndBy(String)
Add another attribute to the Order specification.
Declaration Syntax
C#Visual Basic
public Order AndBy(
	string attribute
)
Public Function AndBy ( _
	attribute As String _
) As Order
Parameters
attribute (String)
The attribute to sort by.
Return Value
A new Order built by combining the current Order and the supplied attribute

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