QueryExpression.Orders Property

Definition

Gets the order in which the records are returned from the query.

public:
 property Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::Query::OrderExpression ^> ^ Orders { Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::Query::OrderExpression ^> ^ get(); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.Query.OrderExpression> Orders { get; }
[<System.Runtime.Serialization.DataMember>]
member this.Orders : Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.Query.OrderExpression>
Public ReadOnly Property Orders As DataCollection(Of OrderExpression)

Property Value

The order expression that defines the order in which records are returned from the query.

Attributes

Remarks

This property is read only. Use the AddOrder(String, OrderType) method to change the contents of the collection.

Applies to