Compartilhar via


ODataRawQueryOptions.OrderBy Property

 

Gets the raw $orderby query value from the incoming request Uri if exists.

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

Syntax

public string OrderBy {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    internal set;
}
public:
property String^ OrderBy {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    internal: void set(String^ value);
}
member OrderBy : string with get, internal set
Public Property OrderBy As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

See Also

ODataRawQueryOptions Class
System.Web.Http.OData.Query Namespace

Return to top