ValidateFetchXmlExpression Function
Evaluates a FetchXml query and provide warnings and suggestions about the performance of the query.
Parameters
Parameters allow for data to be passed to the function.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
FetchXml
|
Edm.String | False | False | The FetchXml to process. |
Return type
Type | Nullable | Description |
---|---|---|
ValidateFetchXmlExpressionResponse | False | Contains the response of the ValidateFetchXmlExpression function. |