CachedOrganizationService.RetrieveMultiple Method (QueryBase)
Applies To: Dynamics CRM 2015
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
query
Type: Microsoft.Xrm.Sdk.Query.QueryBaseType: QueryBase. A query that determines the set of records to retrieve.
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 2015
Developer extensions context object model (Dynamics CRM 2015)
Return to top
© 2017 Microsoft. All rights reserved. Copyright