Stored procedure execution

There are two ways for executions of a stored procedure:

  1. The procedure that will return data:

  2. 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.