Compartilhar via


Método OrganizationServiceProxy.RetrieveMultiple

Aplica-se a: CRM 2015 on-prem, CRM Online

Retrieves a collection of records.

Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (em Microsoft.Xrm.Sdk.dll)

Sintaxe

'Declaração
Public Function RetrieveMultiple ( _
    query As QueryBase _
) As EntityCollection
public EntityCollection RetrieveMultiple (
    QueryBase query
)

Parâmetros

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

Valor de Retorno

Type: EntityCollection.
A collection of entity records.

Comentários

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.

Segurança do Thread

Todos os membros estáticos (Shared in Visual Basic) desse tipo são protegidos por thread. Não há nenhum garantia de que os membros de instância sejam protegidos por thread.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows Server 2003 e

Plataformas de destino

Windows Vista,Windows XP

Consulte também

Referência

Classe OrganizationServiceProxy
Membros de OrganizationServiceProxy
Namespace Microsoft.Xrm.Sdk.Client

Outros recursos

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.