Skip to main content

Updating Records

Fetch the entity, modify its properties, then call UpdateAsync. The full entity is sent to the API.

Update a coworker

Update a product

Error handling

UpdateAsync throws InvalidOperationException on failure:
Always fetch the latest version of the entity before updating to avoid overwriting changes made by other users or processes.