MobileServiceTableQueryDescription.Ordering Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- System.Collections.Generic.IList<OrderByNode>