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 parsed OrderByClause for this query option.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public OrderByClause OrderByClause { get; }
public:
property OrderByClause^ OrderByClause {
OrderByClause^ get();
}
member OrderByClause : OrderByClause with get
Public ReadOnly Property OrderByClause As OrderByClause
Property Value
Type: Microsoft.Data.OData.Query.SemanticAst.OrderByClause
See Also
OrderByQueryOption Class
System.Web.Http.OData.Query Namespace
Return to top