MobileServiceTableQueryDescription.Ordering Property

Definition

Gets a list of expressions that specify the ordering constraints imposed on the query.

public System.Collections.Generic.IList<Microsoft.WindowsAzure.MobileServices.Query.OrderByNode> Ordering { get; }
member this.Ordering : System.Collections.Generic.IList<Microsoft.WindowsAzure.MobileServices.Query.OrderByNode>
Public ReadOnly Property Ordering As IList(Of OrderByNode)

Property Value

Applies to