FetchXmlToQueryExpression Function
Converts a query in FetchXML to a QueryExpression.
Parameters
Parameters allow for data to be passed to the function.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
FetchXml
|
Edm.String | False | False | The query to convert. |
Return type
Type | Nullable | Description |
---|---|---|
FetchXmlToQueryExpressionResponse | False | Contains the response of the FetchXmlToQueryExpression function. |