QueryExpressionToFetchXmlResponse.FetchXml Property
Applies To: Dynamics CRM 2015
Gets the results of the query conversion.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public string FetchXml { get; }
public:
property String^ FetchXml {
String^ get();
}
member FetchXml : string with get
Public ReadOnly Property FetchXml As String
Property Value
Type: System.String
Type: String
The results of the query conversion. This returned value conforms to the schema for FetchXML.
See Also
QueryExpressionToFetchXmlResponse Class
Microsoft.Crm.Sdk.Messages Namespace
Build queries with FetchXML
FetchXML schema
Return to top
© 2016 Microsoft. All rights reserved. Copyright