Dynamicweb 8 Documentation
OrderBy Constructor(String,OrderByDirection)

The name of the field to order resuts by.
The direction of order.
Initializes a new instance of an object.
Syntax
'Declaration
 
Public Function New( _ 
   ByVal field As String, _ 
   ByVal direction As OrderByDirection _ 
)
public OrderBy( 
   string field,
   OrderByDirection direction 
)

Parameters

field
The name of the field to order resuts by.
direction
The direction of order.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OrderBy Class
OrderBy Members
Overload List

Send Feedback