CachedOrganizationService.Update Method (Entity)
Applies To: Dynamics CRM 2013
Updates an existing record. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Services
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public override void Update(
Entity entity
)
public:
virtual void Update(
Entity^ entity
) override
override Update :
entity:Entity -> unit
Public Overrides 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
Extends the core implementation of the IOrganizationService.Update method.
See Also
CachedOrganizationService Class
Microsoft.Xrm.Client.Services Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Developer extensions context object model (Dynamics CRM 2013)
Return to top