QueryExpression.AddOrder Method

Definition

Overloads

AddOrder(String, OrderType)

Adds the specified order expression to the query expression.

AddOrder(String, OrderType, String, String)

AddOrder(String, OrderType)

Adds the specified order expression to the query expression.

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

Type: String. The name of the attribute.

orderType
OrderType

Type: OrderType. The order type.

Applies to

AddOrder(String, OrderType, String, String)

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

Parameters

attributeName
String
orderType
OrderType
alias
String
entityName
String

Applies to