-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.FetchXml.Order
maros316 edited this page Feb 17, 2020
·
3 revisions
Represents a FetchXml order statement.
| Property | Type | Description |
|---|---|---|
| alias | String | Defines an order alias. |
| attribute | String | An attribute name (CRM logical field name). |
| descending | Boolean | true, for descending order; false, for ascending order. |
| Method | Description |
|---|---|
| constructor | Constructs an instance of MobileCRM.FetchXml.Order object. |