Share 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

'Declaration
Public Property OrderBy As String 
    Get 
    Friend Set
'Usage
Dim instance As ODataRawQueryOptions 
Dim value As String 

value = instance.OrderBy
public string OrderBy { get; internal set; }
public:
property String^ OrderBy {
    String^ get ();
    internal: void set (String^ value);
}
member OrderBy : string with get, internal set
function get OrderBy () : String 
internal function set OrderBy (value : String)

Property Value

Type: System.String
The raw $orderby query value from the incoming request URI.

See Also

Reference

ODataRawQueryOptions Class

System.Web.Http.OData.Query Namespace