-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.FetchXml
Maros Kolibas edited this page Nov 28, 2019
·
1 revision
Contains a set of objects implementing the FetchXML request methods
| Object | Description |
|---|---|
| Attribute | Represents a FetchXml select statement (CRM field). |
| Condition | Represents a FetchXml attribute condition statement. |
| Entity | Represents a FetchXml query root entity. |
| Fetch | Represents a FetchXml query object. |
| Filter | Represents a FetchXml filter statement. A logical combination of Conditions and child-filters. |
| LinkEntity | Represents a FetchXml query linked entity. |
| Order | Represents a FetchXml order statement. |