RetrieveMultipleRequest.Query Property
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Gets or sets the query criteria for the retrieval. Required.
Namespace: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public QueryBase Query { get; set; }
Public Property Query As QueryBase
Property Value
Type: Microsoft.Xrm.Sdk.Query.QueryBase
Type: QueryBase
The query criteria for the retrieval.
Remarks
Assign an instance of the FetchExpression, QueryExpression, or QueryByAttribute class. The query must specify entity names and a column set. If the column set includes attributes where IsValidForRead is false, they are ignored, and the message response contains no data for those attributes. You can find this information in the metadata for your organization. See the preceding metadata browser information.
See Also
RetrieveMultipleRequest Class
Microsoft.Xrm.Sdk.Messages Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright