OrganizationServiceProxy.RetrieveMultiple-methode
Van toepassing op: CRM 2015 on-prem, CRM Online
Retrieves a collection of records.
Naamruimte: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntaxis
'Declaratie
Public Function RetrieveMultiple ( _
query As QueryBase _
) As EntityCollection
public EntityCollection RetrieveMultiple (
QueryBase query
)
Parameters
- query
Type: QueryBase. A query that determines the set of records to retrieve.
Retourwaarde
Type: EntityCollection.
A collection of entity records.
Opmerkingen
The core implementation of the RetrieveMultiple method. For more information, see IOrganizationService.RetrieveMultiple.
For more information about the exceptions that can be thrown when calling OrganizationServiceProxy methods, see Handle Exceptions in Your Code.
Thread-veiligheid
Alle openbare statische (Shared in Visual Basic) leden van dit type zijn thread-veilig. Exemplaarleden zijn niet gegarandeerd thread-veilig.
Platforms
Ontwikkelplatforms
Windows Vista, Windows Server 2003, en
Doelplatforms
Windows Vista,Windows XP
Zie ook
Verwijzing
OrganizationServiceProxy-klasse
OrganizationServiceProxy-leden
Microsoft.Xrm.Sdk.Client-naamruimte
Overige resources
Troubleshooting and Error Handling
Read and Write Data and Metadata using the IOrganizationService Web Service
Create Queries to Retrieve Data
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.