Available in: Logi Info | Source code name: SPParameters |
SPParameters specify the parameters for a Stored Procedure. Parameters should be listed in order.
For a Stored Procedure with no parameters, you may still want to include this element. When this element is not included, the server attempts to automatically derive the parameters from the database, and matches up the parameter names with values from LinkParams or fields from a Detail page. Therefore, it is better to use SPParameters, as opposed to the now depricated SPInputParams, SPOutputParams, and SPAutoParams. |