IOrganizationServiceAsync.RetrieveMultipleAsync(QueryBase) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a collection of entities.
[System.ServiceModel.OperationContract]
public System.Threading.Tasks.Task<Microsoft.Xrm.Sdk.EntityCollection> RetrieveMultipleAsync (Microsoft.Xrm.Sdk.Query.QueryBase query);
[<System.ServiceModel.OperationContract>]
abstract member RetrieveMultipleAsync : Microsoft.Xrm.Sdk.Query.QueryBase -> System.Threading.Tasks.Task<Microsoft.Xrm.Sdk.EntityCollection>
Public Function RetrieveMultipleAsync (query As QueryBase) As Task(Of EntityCollection)
Parameters
- query
- QueryBase
Returns
A collection containing the results of the query.
- Attributes