OrderByNode Class

 

Represents a single order by expression in the $orderby clause.

Namespace:   System.Web.Http.OData.Query
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)


public ref class OrderByNode abstract 

NameDescription
System_CAPS_protmethodOrderByNode(OrderByDirection)

Initializes a new instance of the OrderByNode class.

NameDescription
System_CAPS_pubpropertyDirection

Gets the OrderByDirection for the current node.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateCollection(OrderByClause^)

Creates a list of OrderByNode instances from a linked list of OrderByClause instances.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: