Método OrganizationServiceProxy.Update
Aplica-se a: CRM 2015 on-prem, CRM Online
Updates an existing record.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (em Microsoft.Xrm.Sdk.dll)
Sintaxe
'Declaração
Public Sub Update ( _
entity As Entity _
)
public void Update (
Entity entity
)
Parâmetros
- entity
Type: Entity. An entity instance that has one or more properties set to be updated in the record.
Comentários
The core implementation of the Update method. For more information, see IOrganizationService.Update.
For more information about the exceptions that can be thrown when calling OrganizationServiceProxy methods, see Handle Exceptions in Your Code.
Segurança do Thread
Todos os membros estáticos (Shared in Visual Basic) desse tipo são protegidos por thread. Não há nenhum garantia de que os membros de instância sejam protegidos por thread.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows Server 2003 e
Plataformas de destino
Windows Vista,Windows XP
Consulte também
Referência
Classe OrganizationServiceProxy
Membros de OrganizationServiceProxy
Namespace Microsoft.Xrm.Sdk.Client
Outros recursos
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.