ProtectedanalyzeAnalyze error from entity save/delete operation and return appropriate result
ProtectedgetExtract and validate the EntityName parameter
ProtectedgetGet entity metadata and create entity object
Optionalprovider: IMetadataProviderProtectedgetExtract and validate the Fields parameter
ProtectedgetExtract and validate the PrimaryKey parameter
ProtectedhandleHandle generic errors with consistent formatting
Updates an existing record for the specified entity type.
The action parameters containing:
ActionResultSimple with:
ProtectedloadLoad an existing record using primary key
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
ProtectedsetSet field values on an entity
Generic action for updating existing entity records in the database. This action provides a flexible way to update records for any entity type by accepting the entity name, primary key, and field values as parameters.
Example