Condividi tramite


Proprietà QueryByAttribute.Orders

Si applica a: CRM 2015 on-prem, CRM Online

Gets the order in which the entity instances are returned from the query.

Spazio dei nomi: Microsoft.Xrm.Sdk.Query
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property Orders As DataCollection(Of OrderExpression)
[DataMemberAttribute] 
public DataCollection<OrderExpression> Orders { get; }

Valore proprietà

Type: DataCollection<OrderExpression>
A collection that defines the order in which the entity instances are returned from the query.

Note

Use AddOrder to add to this collection.

Thread Safety

Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è garantito che i membri di istanza siano thread-safe.

Piattaforme

Piattaforme di sviluppo

Windows Vista, Windows Server 2003 e

Piattaforme di destinazione

Windows Vista,Windows XP

Vedere anche

Riferimento

Classe QueryByAttribute
Membri QueryByAttribute
Spazio dei nomi Microsoft.Xrm.Sdk.Query

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.