OrderByPropertyNode Class

 

Represents an order by IEdmProperty expression.

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

System::Object
  System.Web.Http.OData.Query::OrderByNode
    System.Web.Http.OData.Query::OrderByPropertyNode

public ref class OrderByPropertyNode : OrderByNode

NameDescription
System_CAPS_pubmethodOrderByPropertyNode(IEdmProperty^, OrderByDirection)

Initializes a new instance of the OrderByPropertyNode class.

System_CAPS_pubmethodOrderByPropertyNode(OrderByClause^)

Initializes a new instance of the OrderByPropertyNode class.

NameDescription
System_CAPS_pubpropertyDirection

Gets the OrderByDirection for the current node. (Inherited from OrderByNode.)

System_CAPS_pubpropertyOrderByClause

Gets the OrderByClause of this node.

System_CAPS_pubpropertyProperty

Gets the IEdmProperty for the current node.

NameDescription
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: