There are two ways for executions of a stored procedure:
-
The procedure that will return data:
-
General stored procedure execution:
More info about how Radzen will decide which approach will be used to execute the procedure can be found here:
In both cases HttpGet will be used. If you need HttpPost you can create custom method and use one of the two approaches to execute stored procedure.

