Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Gets the results of the saved query (view).

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

No code example is currently available or this language may not be supported.

Property Value

Type:

Type: String
The the results of the saved query (view).

This XML string is in the following format:

<resultset> + <result>result1</result><result>result2</result> + ... + </resultset>

The XML string that is returned from this method may contain multiple entity instances. If no instances are returned, the method returns an XML document for the entity type, and the document contains no data.

The XML string that is returned from this method does not contain elements for attributes where the value is null or where the value contains empty strings. This improves performance by not sending more XML data than is necessary from the server to the client.

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: