OrganizationWebProxyClientRetrieve Method

 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Retrieves a record.

Namespace:   Microsoft.Xrm.Sdk.WebServiceClient
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

No code example is currently available or this language may not be supported.

Parameters

entityName
Type:

Type: String. The logical name of the entity specified in the entityId parameter.

id
Type:

Type: Guid. The ID of the record you want to retrieve.

columnSet
Type:

Type: ColumnSet. A query that specifies the set of columns, or attributes, to retrieve.

Return Value

Type:

Type: Entity.
The requested entity.

The core implementation of the Retrieve method. For more information, see IOrganizationService.Retrieve.

For more information about the exceptions that can be thrown when calling OrganizationServiceProxy methods, see Handle exceptions in your code.

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: