ProtectedInternalInternal method that must be implemented by derived action classes. This is where the actual action logic should be implemented.
The action execution parameters including typed context
Promise resolving to the action result
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Generic action for retrieving multiple records from any entity with filtering and sorting capabilities. This action provides a flexible way to fetch filtered and sorted datasets for any entity type by accepting the entity name, optional filter clause, and ordering parameters.
Example