Share via


QueryByAttribute.AddOrder(String, OrderType) Method

Definition

Adds an order to the orders collection.

public:
 void AddOrder(System::String ^ attributeName, Microsoft::Xrm::Sdk::Query::OrderType orderType);
public void AddOrder (string attributeName, Microsoft.Xrm.Sdk.Query.OrderType orderType);
member this.AddOrder : string * Microsoft.Xrm.Sdk.Query.OrderType -> unit
Public Sub AddOrder (attributeName As String, orderType As OrderType)

Parameters

attributeName
String

The logical name of the attribute.

orderType
OrderType

The order for that attribute.

Applies to