RunFilterParameters.OrderBy Property

Definition

Gets or sets list of OrderBy option.

[Newtonsoft.Json.JsonProperty(PropertyName="orderBy")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.RunQueryOrderBy> OrderBy { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="orderBy")>]
member this.OrderBy : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.RunQueryOrderBy> with get, set
Public Property OrderBy As IList(Of RunQueryOrderBy)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to