Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

FetchXmlToQueryExpression Function

Namespace:
Microsoft.Dynamics.CRM

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.

See also