RetrieveMembersBulkOperationRequest.Query Property
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Gets or sets the query for the retrieve operation that can be used to break up large data sets into pages. Optional.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public QueryBase Query { get; set; }
Public Property Query As QueryBase
Property Value
Type: Microsoft.Xrm.Sdk.Query.QueryBase
Type: QueryBase
The query for the retrieve operation that can be used to break up large data sets into pages.
Remarks
Assign an instance of the QueryExpression, QueryByAttribute, or FetchExpression class. The query must specify the entity name “bulkoperation” and a column set. If the column set includes attributes where IsValidForRead is false or for which you do not have access, 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.
This optional property is recommended for use if you are likely to return a large number of results and want to avoid a time-out. Use the PageInfo property or PageInfo property to retrieve subsequent pages of data. For more information, see Page large result sets with QueryExpression.
See Also
RetrieveMembersBulkOperationRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Build queries with QueryExpression
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright