Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the OrderByClause of this node.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public OrderByClause OrderByClause {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property OrderByClause^ OrderByClause {
[CompilerGeneratedAttribute]
OrderByClause^ get();
[CompilerGeneratedAttribute]
private: void set(OrderByClause^ value);
}
member OrderByClause : OrderByClause with get, private set
Public Property OrderByClause As OrderByClause
Get
Private Set
End Property
Property Value
Type: Microsoft.Data.OData.Query.SemanticAst.OrderByClause
See Also
OrderByPropertyNode Class
System.Web.Http.OData.Query Namespace
Return to top