Condividi tramite


Metodo OrganizationServiceProxy.Retrieve

Si applica a: CRM 2015 on-prem, CRM Online

Retrieves a record.

Spazio dei nomi: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Sintassi

'Dichiarazione
Public Function Retrieve ( _
    entityName As String, _
    id As Guid, _
    columnSet As ColumnSet _
) As Entity
public Entity Retrieve (
    string entityName,
    Guid id,
    ColumnSet columnSet
)

Parametri

  • entityName
    Type: Stringa. The logical name of the entity specified in the entityId parameter.
  • id
    Type: GUID. The ID of the record you want to retrieve.
  • columnSet
    Type: ColumnSet. A query that specifies the set of columns, or attributes, to retrieve.

Valore restituito

Type: Entity.
The requested entity.

Note

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

Per ulteriori informazioni su the exceptions that can be thrown when calling OrganizationServiceProxy methods, see Handle Exceptions in Your Code.

Thread Safety

Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è garantito che i membri di istanza siano thread-safe.

Piattaforme

Piattaforme di sviluppo

Windows Vista, Windows Server 2003 e

Piattaforme di destinazione

Windows Vista,Windows XP

Vedere anche

Riferimento

Classe OrganizationServiceProxy
Membri OrganizationServiceProxy
Spazio dei nomi Microsoft.Xrm.Sdk.Client

Altre risorse

Troubleshooting and Error Handling
Read and Write Data and Metadata using the IOrganizationService Web Service

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.