Dynamicweb 8 Documentation
OrderBy Property (Query)

Gets or sets the collection of objects specifying how results must be ordered.
Syntax
'Declaration
 
Public Property OrderBy As OrderByCollection
public OrderByCollection OrderBy {get; set;}
Remarks
Empty list or null value indicates that results will be ordered by row Id.
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

Query Class
Query Members

Send Feedback