OrganizationServiceContextExtensions.RetrieveMultiple Method
Applies To: Dynamics CRM 2013
Retrieves a collection of records. The query can be specified using a query expression or a FetchXML query. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Messages
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Overload List
Name | Description | |
---|---|---|
RetrieveMultiple(OrganizationServiceContext, QueryBase) | Retrieves a collection of records. The query can be specified using a query expression or a FetchXML query. (Developer Extensions) |
|
RetrieveMultiple(OrganizationServiceContext, RetrieveMultipleRequest) | Retrieves a collection of records. The query can be specified using a query expression or a FetchXML query. (Developer Extensions) |
See Also
OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client.Messages Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top