CachedOrganizationService.RetrieveMultiple Method (QueryBase)

 

Applies To: Dynamics CRM 2013

Retrieves a collection of records. (Developer Extensions)

Namespace:   Microsoft.Xrm.Client.Services
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public override EntityCollection RetrieveMultiple(
    QueryBase query
)
public:
virtual EntityCollection^ RetrieveMultiple(
    QueryBase^ query
) override
override RetrieveMultiple : 
        query:QueryBase -> EntityCollection
Public Overrides Function RetrieveMultiple (
    query As QueryBase
) As EntityCollection

Parameters

Return Value

Type: Microsoft.Xrm.Sdk.EntityCollection

Type: EntityCollection
The retrieved set of records.

Implements

IOrganizationService.RetrieveMultiple(QueryBase)

Remarks

Extends the core implementation of the IOrganizationService.RetrieveMultiple method.

See Also

CachedOrganizationService Class
Microsoft.Xrm.Client.Services Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Developer extensions context object model (Dynamics CRM 2013)

Return to top