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
Deletes a record for the specified entity type using its primary key.
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 deleting entity records from the database. This action provides a flexible way to delete records for any entity type by accepting the entity name and primary key values as parameters.
Example