RetrieveRequest Class (CrmService)
![]() |
[Applies to: Microsoft Dynamics CRM 4.0]
Contains the data needed to retrieve information for the specified entity instance.
The RetrieveRequest class inherits from Request. It exposes the following members.
| Constructor | Description |
| RetrieveRequest | Initializes a new instance of the RetrieveRequest class. |
| Instance Property | Description |
| ColumnSet | Gets or sets the set of attributes to retrieve. |
| ReturnDynamicEntities | Gets or sets a value that indicates whether the result of the operation contains an instance of the specified class or the DynamicEntity class. |
| Target | Gets or sets the target of the retrieve action. |
Remarks
Pass an instance of this class as the request parameter in the Execute method.
Requirements
Web Service: CrmService
See Also
Reference
© 2010 Microsoft Corporation. All rights reserved.
