ADO.NET Provider for Microsoft Dynamics CRM

Build 26.0.9655

UpdateEntityMetadata

Updates a single property on the metadata definition of an entity. The procedure first retrieves the entity's metadata from the server, modifies the requested property, and then submits the modified metadata back to the server.

Input

Name Type Description
EntitySet String The entity name of the target entity (e.g. account).
PropertyName String The metadata property to modify (e.g. IsAuditEnabled).
PropertyValue String The new value to set for the property (e.g. true / false).

Result Set Columns

Name Type Description
Success String True if the entity metadata was updated successfully, false otherwise.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655