An OrderByList is a list of OrderBy instances.

C# | Visual Basic | Visual C++ |
public class OrderByList : IObjectList, IQueryNode
Public Class OrderByList _ Implements IObjectList, IQueryNode
public ref class OrderByList : IObjectList, IQueryNode

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | OrderByListOrderByListNew()() |
Constructs a new, empty OrderByList |
![]() | Add(Object) |
Appends an OrderBy object to the end of the collection.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Get(Int32) |
Gets an OrderBy object from the OrderByList.
|
![]() | GetHashCode()() | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove(Int32) |
Removes an OrderBy object from the OrderByList.
|
![]() | Size()() |
Returns the number of OrderBy objects in this OrderByList.
|
![]() | ToString()() |
Returns the string form of this OrderByList.
(Overrides Object.ToString()().) |
![]() | ToWire()() |
Returns the wire form of this OrderByList.
|
![]() | ValidateSyntax()() |
Validates the syntax of this OrderByList.
|

Unlike a GroupByList, an OrderByList
may not be empty, because an empty list does not imply a repeatable order.

Object | |
![]() | OrderByList |