CrmOrganizationServiceContext.Update Method (Entity)

 

Applies To: Dynamics CRM 2015

Updates an existing record. (Developer Extensions)

Namespace:   Microsoft.Xrm.Client
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.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

Implements

IOrganizationService.Update(Entity)

Remarks

Extends the core implementation of the IOrganizationService.Update method.

See Also

CrmOrganizationServiceContext Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Developer extensions context object model (Dynamics CRM 2015)

Return to top

© 2017 Microsoft. All rights reserved. Copyright