OrderByOpenPropertyNode Class

 

Represents ordering on a dynamic property

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

public ref class OrderByOpenPropertyNode : OrderByNode

NameDescription
System_CAPS_pubmethodOrderByOpenPropertyNode(OrderByClause^)

Initializes a new instance of the OrderByOpenPropertyNode class.

NameDescription
System_CAPS_pubpropertyDirection

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

System_CAPS_pubpropertyOrderByClause

The order by clause

System_CAPS_pubpropertyPropertyName

The name of the dynamic property

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: