OrganizationWebProxyClient.Update Method (Entity)
Applies To: Dynamics CRM 2015
Updates an existing record.
Namespace: Microsoft.Xrm.Sdk.WebServiceClient
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public void Update(
Entity entity
)
public:
virtual void Update(
Entity^ entity
) sealed
abstract Update :
entity:Entity -> unit
override Update :
entity:Entity -> unit
Public Sub Update (
entity As Entity
)
Parameters
entity
Type: Microsoft.Xrm.Sdk.EntityType: Entity. An entity instance that has one or more properties set to be updated in the record.
Implements
IOrganizationService.Update(Entity)
Remarks
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.
See Also
OrganizationWebProxyClient Class
Microsoft.Xrm.Sdk.WebServiceClient Namespace
Troubleshooting and error handling
Use the IOrganizationService web service to read and write data or metadata
Return to top
© 2016 Microsoft. All rights reserved. Copyright