Condividi tramite


Metodo OrganizationServiceProxy.RetrieveMultiple

Si applica a: CRM 2015 on-prem, CRM Online

Retrieves a collection of records.

Spazio dei nomi: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Sintassi

'Dichiarazione
Public Function RetrieveMultiple ( _
    query As QueryBase _
) As EntityCollection
public EntityCollection RetrieveMultiple (
    QueryBase query
)

Parametri

  • query
    Type: QueryBase. A query that determines the set of records to retrieve.

Valore restituito

Type: EntityCollection.
A collection of entity records.

Note

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 Safety

Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è garantito che i membri di istanza siano thread-safe.

Piattaforme

Piattaforme di sviluppo

Windows Vista, Windows Server 2003 e

Piattaforme di destinazione

Windows Vista,Windows XP

Vedere anche

Riferimento

Classe OrganizationServiceProxy
Membri OrganizationServiceProxy
Spazio dei nomi Microsoft.Xrm.Sdk.Client

Altre risorse

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.