OrderByItNode Class

 

Represents the order by expression '$it' in the $orderby clause.

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

System::Object
  System.Web.OData.Query::OrderByNode
    System.Web.OData.Query::OrderByItNode

public ref class OrderByItNode : OrderByNode

NameDescription
System_CAPS_pubmethodOrderByItNode(OrderByDirection)

Instantiates a new instance of OrderByItNode class.

NameDescription
System_CAPS_pubpropertyDirection

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

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: